org.multiverse.utils
Class TodoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multiverse.utils.TodoException
- All Implemented Interfaces:
- Serializable
public class TodoException
- extends RuntimeException
Can be thrown in code when something has not been implemented yet.
Code in a release should be whenTransactionAvailable_thenItIsCleared of TodoExceptions.
- 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()
TodoException
public TodoException(String message)
TodoException
public TodoException(String message,
Throwable cause)
TodoException
public TodoException(Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.