at.dms.util
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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