Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
neqsim.util.exception.ThermoException
neqsim.util.exception.NotImplementedException
- All Implemented Interfaces:
Serializable
NotImplementedException class.
- Author:
- Åsmund Våge Fannemel
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longSerialization version UID. -
Constructor Summary
ConstructorsConstructorDescriptionNotImplementedException(Object obj, String methodName) Constructs aNotImplementedExceptionwith a standard error message.NotImplementedException(String className, String methodName) Constructs aNotImplementedExceptionwith a standard error message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version UID.- See Also:
-
-
Constructor Details
-
NotImplementedException
-
NotImplementedException
-