Class NotInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
neqsim.util.exception.ThermoException
neqsim.util.exception.NotInitializedException
- All Implemented Interfaces:
Serializable
NotInitializedException class.
- Version:
- $Id: $Id
- Author:
- Even Solbraa
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longSerialization version UID. -
Constructor Summary
ConstructorsConstructorDescriptionNotInitializedException(Object obj, String methodName, String msg) Constructs anNotInitializedExceptionwith the specified detail message.NotInitializedException(Object obj, String methodName, String parameter, String initMethod) Constructs anNotInitializedExceptionwith default detail message.NotInitializedException(String className, String methodName, String msg) Constructs anNotInitializedExceptionwith the specified detail message.NotInitializedException(String className, String methodName, String parameter, String initMethod) Constructs anNotInitializedExceptionwith default detail 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:
-
-
Constructor Details
-
NotInitializedException
-
NotInitializedException
public NotInitializedException(String className, String methodName, String parameter, String initMethod) Constructs anNotInitializedExceptionwith default detail message.- Parameters:
className- Class exception is raised frommethodName- Method exception is raised fromparameter- Parameter not initializedinitMethod- Method to call to initialize parameter
-
NotInitializedException
-
NotInitializedException
Constructs anNotInitializedExceptionwith default detail message.- Parameters:
obj- Object exception is raised frommethodName- Method exception is raised fromparameter- Parameter not initializedinitMethod- Method to call to initialize parameter
-
-
Method Details
-
getRemediation
Get remediation advice for this exception.Returns a hint on how to properly initialize the system. AI agents can use this to self-correct.
- Returns:
- remediation advice string
-