|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.imsl.IMSLException
public abstract class 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. |
Method Summary |
---|
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 messagepublic 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 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |