Package com.imsl.math
Class MinConNLP.SingularException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.MinConNLP.SingularException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MinConNLP
Problem is singular.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSingularException(String message) Constructs aSingularExceptionobject.SingularException(String key, Object[] arguments) Constructs aSingularExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SingularException
Constructs aSingularExceptionobject.- Parameters:
message- aStringcontaining the error message
-
SingularException
Constructs aSingularExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-