org.littleshoot.util
Class NotYetImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.littleshoot.util.NotYetImplementedException
All Implemented Interfaces:
Serializable

public class NotYetImplementedException
extends RuntimeException

An exception indicating that some functionality has not yet implemented.

See Also:
Serialized Form

Constructor Summary
NotYetImplementedException()
          Constructs a new not yet implemented exception.
NotYetImplementedException(String message)
          Constructs a new not yet implemented exception.
NotYetImplementedException(String message, Throwable cause)
          Constructs a new not yet implemented exception.
NotYetImplementedException(Throwable cause)
          Constructs a new not yet implemented exception.
 
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

NotYetImplementedException

public NotYetImplementedException()
Constructs a new not yet implemented exception.


NotYetImplementedException

public NotYetImplementedException(String message)
Constructs a new not yet implemented exception.

Parameters:
message - The message.

NotYetImplementedException

public NotYetImplementedException(String message,
                                  Throwable cause)
Constructs a new not yet implemented exception.

Parameters:
message - The message.
cause - The cause of the exception (used for chaining).

NotYetImplementedException

public NotYetImplementedException(Throwable cause)
Constructs a new not yet implemented exception.

Parameters:
cause - The cause of the exception (used for chaining).


Copyright © 2011-2013 LittleShoot. All Rights Reserved.