Class ThermoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
neqsim.util.exception.ThermoException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidInputException, InvalidOutputException, IsNaNException, NotImplementedException, NotInitializedException, TooManyIterationsException
ThermoException class.
- Version:
- $Id: $Id
- Author:
- Even Solbraa
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longSerialization version UID. -
Constructor Summary
ConstructorsConstructorDescriptionThermoException(String msg) Constructs anThermoExceptionwith the specified detail message.ThermoException(String className, String methodName, String msg) Constructs anThermoExceptionwith the specified detail 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
-
ThermoException
Constructs anThermoExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
ThermoException
-