public abstract class IMSLRuntimeException extends RuntimeException
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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.Copyright © 2020 Rogue Wave Software. All rights reserved.