dk.netarkivet.common.exceptions
Class NotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dk.netarkivet.common.exceptions.NetarkivetException
                  extended by dk.netarkivet.common.exceptions.NotImplementedException
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedException
extends NetarkivetException

An exception to throw when an unfinished function is called.

See Also:
Serialized Form

Constructor Summary
NotImplementedException(java.lang.String message)
          Constructs new NotImplementedException with the specified detail message.
NotImplementedException(java.lang.String message, java.lang.Throwable cause)
          Constructs new NotImplementedException with the specified detail message and 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

NotImplementedException

public NotImplementedException(java.lang.String message)
Constructs new NotImplementedException with the specified detail message.

Parameters:
message - The detail message

NotImplementedException

public NotImplementedException(java.lang.String message,
                               java.lang.Throwable cause)
Constructs new NotImplementedException with the specified detail message and cause.

Parameters:
message - The detail message
cause - The cause