Package org.multiverse.api.exceptions
Class TodoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.multiverse.api.exceptions.TodoException
-
- All Implemented Interfaces:
Serializable
public class TodoException extends RuntimeException
ARuntimeException
thrown when some part of the implementation is missing. Normally they should never be thrown in releases.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TodoException()
Creates a new TodoException.TodoException(String message)
Creates a new TodoException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TodoException
public TodoException()
Creates a new TodoException.
-
TodoException
public TodoException(String message)
Creates a new TodoException.- Parameters:
message
- the message of the exception
-
-