org.multiverse.api.exceptions
Class TodoException

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

Constructor Summary
TodoException()
          Creates a new TodoException.
TodoException(String message)
          Creates a new TodoException.
 
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()
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.