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
A
RuntimeException
thrown when some part of the implementation is missing. Normally they should never be
thrown in releases.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates 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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TodoException
public TodoException()Creates a new TodoException. -
TodoException
Creates a new TodoException.- Parameters:
message
- the message of the exception
-