Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.systemsx.cisd.common.exceptions.NotImplementedException
- All Implemented Interfaces:
Serializable
This is an extension to the
RuntimeException for unimplemented methods. The empty constructor tries to get the method resp. the class
name the exception has been thrown.
This class should be used everywhere where the Apache commons one can not (because the library is not imported, for instance).
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn automatic stack trace extractor. -
Constructor Summary
ConstructorsConstructorDescriptionNotImplementedException(String message) NotImplementedException(String message, Throwable cause) NotImplementedException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotImplementedException
public NotImplementedException() -
NotImplementedException
-
NotImplementedException
-
NotImplementedException
-
-
Method Details
-
getMessage
Returns the error message for this exception. If the error message has not been defined in this class, returns the error message defined in the super class.- Overrides:
getMessagein classThrowable- See Also:
-