public class MathConfigurationException extends MathException implements java.io.Serializable
Constructor and Description |
---|
MathConfigurationException()
Default constructor.
|
MathConfigurationException(Localizable pattern,
java.lang.Object... arguments)
Constructs an exception with specified formatted detail message.
|
MathConfigurationException(java.lang.String pattern,
java.lang.Object... arguments)
Constructs an exception with specified formatted detail message.
|
MathConfigurationException(java.lang.Throwable cause)
Create an exception with a given root cause.
|
MathConfigurationException(java.lang.Throwable cause,
Localizable pattern,
java.lang.Object... arguments)
Constructs an exception with specified formatted detail message and root cause.
|
MathConfigurationException(java.lang.Throwable cause,
java.lang.String pattern,
java.lang.Object... arguments)
Constructs an exception with specified formatted detail message and root cause.
|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace
public MathConfigurationException()
public MathConfigurationException(java.lang.String pattern, java.lang.Object... arguments)
MessageFormat
.pattern
- format specifierarguments
- format argumentspublic MathConfigurationException(Localizable pattern, java.lang.Object... arguments)
MessageFormat
.pattern
- format specifierarguments
- format argumentspublic MathConfigurationException(java.lang.Throwable cause)
cause
- the exception or error that caused this exception to be thrownpublic MathConfigurationException(java.lang.Throwable cause, java.lang.String pattern, java.lang.Object... arguments)
MessageFormat
.cause
- the exception or error that caused this exception to be thrownpattern
- format specifierarguments
- format argumentspublic MathConfigurationException(java.lang.Throwable cause, Localizable pattern, java.lang.Object... arguments)
MessageFormat
.cause
- the exception or error that caused this exception to be thrownpattern
- format specifierarguments
- format argumentsCopyright © 2010 - 2020 Adobe. All Rights Reserved