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