Class InvalidOutputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
neqsim.util.exception.ThermoException
neqsim.util.exception.InvalidOutputException
- All Implemented Interfaces:
Serializable
InvalidOutputException class.
- Version:
- $Id: $Id
- Author:
- Even Solbraa
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate static final longSerialization version UID. -
Constructor Summary
ConstructorsConstructorDescriptionInvalidOutputException(Object obj, String methodName, String outputName) Constructs anInvalidOutputExceptionwith a default message.InvalidOutputException(Object obj, String methodName, String outputName, String msg) Constructs anInvalidOutputExceptionwith a default message.InvalidOutputException(String className, String methodName, String outputName) Constructs anInvalidOutputExceptionwith a default message.InvalidOutputException(String className, String methodName, String outputName, String msg) Constructs anInvalidOutputExceptionwith the specified 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:
-
outputName
-
-
Constructor Details
-
InvalidOutputException
-
InvalidOutputException
Constructs anInvalidOutputExceptionwith the specified detail message.- Parameters:
className- Class that exception is raised frommethodName- Method that exception is raised fromoutputName- Name of invalid outputmsg- error message detailing output problem
-
InvalidOutputException
-
InvalidOutputException
Constructs anInvalidOutputExceptionwith a default message.- Parameters:
obj- Object that exception is raised frommethodName- Method that exception is raised fromoutputName- Name of invalid outputmsg- error message detailing output problem
-
-
Method Details
-
getRemediation
Get remediation advice for this exception.Returns a hint on how to fix invalid output issues. AI agents can use this to self-correct.
- Returns:
- remediation advice string
-