|
JMSLTM Numerical Library 4.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
Signals that a mathematical exception has occurred.
| Constructor Summary | |
IMSLException()
Constructs an IMSLException with no detail message. |
|
IMSLException(String s)
Constructs an IMSLException with the specified detail message. |
|
IMSLException(String packageName,
String key,
Object[] arguments)
Constructs an IMSLException with the specified detail message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IMSLException()
public IMSLException(String s)
s - the detail message
public IMSLException(String packageName,
String key,
Object[] arguments)
packageName - is the name of the package containing the ErrorMessages resource bundle.key - is the key of the error message in the resource bundle.arguments - is an array containing arguments used within the error message string.
|
JMSLTM Numerical Library 4.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||