Package com.imsl
Class IMSLUnexpectedErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.imsl.IMSLRuntimeException
com.imsl.IMSLUnexpectedErrorException
- All Implemented Interfaces:
Serializable
Signals that an unexpected error has occurred.
Please contact your IMSL technical support representative to report
this problem. Since IMSLUnexpectedErrorException is a subclass of
RuntimeException, this exception does not have to be caught.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IMSLUnexpectedErrorException
public IMSLUnexpectedErrorException()Constructs an IMSLUnexpectedErrorException.
-