Package apron
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
apron.ApronException
apron.NotImplementedException
- All Implemented Interfaces:
Serializable
Exception thrown when calling an abstract transfer
function that is not implemented in the domain.
- See Also:
-
Field Summary
Fields inherited from class apron.ApronException
funid, manager
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class apron.ApronException
getFunctionID, getManager
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotImplementedException
public NotImplementedException() -
NotImplementedException
-