Class IsNaNException
java.lang.Object
java.lang.Throwable
java.lang.Exception
neqsim.util.exception.ThermoException
neqsim.util.exception.IsNaNException
- All Implemented Interfaces:
Serializable
IsNaNException class.
- Version:
- $Id: $Id
- Author:
- Even Solbraa
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate static final longSerialization version UID. -
Constructor Summary
ConstructorsConstructorDescriptionIsNaNException(Object obj, String methodName, String param) Constructs anIsNaNExceptionwith a default detail message.IsNaNException(String className, String methodName, String msg) Constructs anIsNaNExceptionwith a detailed message. -
Method Summary
Modifier and TypeMethodDescriptionGet remediation advice for this exception.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:
-
paramName
-
-
Constructor Details
-
IsNaNException
-
IsNaNException
-
-
Method Details
-
getRemediation
Get remediation advice for this exception.Returns a hint on how to fix NaN calculation issues. AI agents can use this to self-correct.
- Returns:
- remediation advice string
-