org.multiverse.utils
Class TodoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
TodoException()
           
TodoException(String message)
           
TodoException(String message, Throwable cause)
           
TodoException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.