public class MathConfigurationException extends MathException implements Serializable
| Constructor and Description |
|---|
MathConfigurationException()
Default constructor.
|
MathConfigurationException(Localizable pattern,
Object... arguments)
Constructs an exception with specified formatted detail message.
|
MathConfigurationException(String pattern,
Object... arguments)
Constructs an exception with specified formatted detail message.
|
MathConfigurationException(Throwable cause)
Create an exception with a given root cause.
|
MathConfigurationException(Throwable cause,
Localizable pattern,
Object... arguments)
Constructs an exception with specified formatted detail message and root cause.
|
MathConfigurationException(Throwable cause,
String pattern,
Object... arguments)
Constructs an exception with specified formatted detail message and root cause.
|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic MathConfigurationException()
public MathConfigurationException(String pattern, Object... arguments)
MessageFormat.pattern - format specifierarguments - format argumentspublic MathConfigurationException(Localizable pattern, Object... arguments)
MessageFormat.pattern - format specifierarguments - format argumentspublic MathConfigurationException(Throwable cause)
cause - the exception or error that caused this exception to be thrownpublic MathConfigurationException(Throwable cause, String pattern, Object... arguments)
MessageFormat.cause - the exception or error that caused this exception to be thrownpattern - format specifierarguments - format argumentspublic MathConfigurationException(Throwable cause, Localizable pattern, Object... arguments)
MessageFormat.cause - the exception or error that caused this exception to be thrownpattern - format specifierarguments - format argumentsCopyright © 2003–2015. All rights reserved.