at.dms.util
Class NotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by at.dms.util.NotImplementedException
All Implemented Interfaces:
Serializable

public class NotImplementedException
extends RuntimeException

This exception is thrown when an unimplemented operation or feature is requested.

See Also:
Serialized Form

Constructor Summary
NotImplementedException()
          Constructs am NotImplementedException with no specified detail message.
NotImplementedException(String message)
          Constructs am NotImplementedException with the specified detail message.
 
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()
Constructs am NotImplementedException with no specified detail message.


NotImplementedException

public NotImplementedException(String message)
Constructs am NotImplementedException with the specified detail message.

Parameters:
message - the detail message