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:
java.io.Serializable
public class TodoException extends java.lang.RuntimeException
ARuntimeException
thrown when some part of the implementation is missing. Normally they should never be thrown in releases.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description TodoException()
Creates a new TodoException.TodoException(java.lang.String message)
Creates a new TodoException.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-