Package com.imsl.io
Class MPSReader.InvalidMPSFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.io.MPSReader.InvalidMPSFileException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MPSReader
The MPS file is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidMPSFileException(String message) Constructs aInvalidMPSFileExceptionobject.InvalidMPSFileException(String key, Object[] arguments) Constructs aInvalidMPSFileExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMPSFileException
Constructs aInvalidMPSFileExceptionobject.- Parameters:
message- aStringcontaining the error message
-
InvalidMPSFileException
Constructs aInvalidMPSFileExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-