|
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 java.lang.RuntimeException com.imsl.IMSLRuntimeException
public abstract class IMSLRuntimeException
Signals that an error has occurred. This is used for programming mistake type of errors. Since IMSLRuntimeException is a subclass of RuntimeException, this exception does not have to be caught.
Constructor Summary | |
---|---|
IMSLRuntimeException()
Constructs an IMSLRuntimeException with no detail message. |
|
IMSLRuntimeException(String s)
Constructs an IMSLRuntimeException with the specified detail message. |
|
IMSLRuntimeException(String packageName,
String key,
Object[] arguments)
Constructs an IMSLRuntimeException 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 IMSLRuntimeException()
public IMSLRuntimeException(String s)
s
- the detail messagepublic IMSLRuntimeException(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 |