Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pnfsoftware.jeb.core.exceptions.JebException
com.pnfsoftware.jeb.core.exceptions.NotImplementedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NativeSignatureScopeException
Checked exception raised when an optional feature or operation is not implemented.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an exception with no detail message.NotImplementedException(String message) Create an exception with a detail message. -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.exceptions.JebException
getUnit, setUnit, withUnitMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotImplementedException
public NotImplementedException()Create an exception with no detail message. -
NotImplementedException
Create an exception with a detail message.- Parameters:
message- the detail message
-