public class MathInternalError extends MathIllegalStateException
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
REPORT_URL
URL for reporting problems.
|
private static long |
serialVersionUID
Serializable version Id.
|
Constructor and Description |
---|
MathInternalError()
Simple constructor.
|
MathInternalError(Localizable pattern,
java.lang.Object... args)
Constructor accepting a localized message.
|
MathInternalError(java.lang.Throwable cause)
Simple constructor.
|
getContext, getLocalizedMessage, getMessage
private static final long serialVersionUID
private static final java.lang.String REPORT_URL
public MathInternalError()
public MathInternalError(java.lang.Throwable cause)
cause
- root causepublic MathInternalError(Localizable pattern, java.lang.Object... args)
pattern
- Message pattern explaining the cause of the error.args
- Arguments.