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
A RuntimeException thrown when some part of the implementation is missing. Normally they should never be
thrown in releases.
- Author:
- Peter Veentjer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TodoException
public TodoException()
- Creates a new TodoException.
TodoException
public TodoException(String message)
- Creates a new TodoException.
- Parameters:
message - the message of the exception
Copyright © 2012. All Rights Reserved.