org.apache.commons.math3.exception
public class MathInternalError extends MathIllegalStateException
Modifier and Type | Field and Description |
---|---|
private static String |
REPORT_URL
URL for reporting problems.
|
private static long |
serialVersionUID
Serializable version Id.
|
Constructor and Description |
---|
MathInternalError()
Simple constructor.
|
MathInternalError(Localizable pattern,
Object... args)
Constructor accepting a localized message.
|
MathInternalError(Throwable cause)
Simple constructor.
|
getContext, getLocalizedMessage, getMessage
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private static final String REPORT_URL
public MathInternalError()
public MathInternalError(Throwable cause)
cause
- root causepublic MathInternalError(Localizable pattern, Object... args)
pattern
- Message pattern explaining the cause of the error.args
- Arguments.Copyright (c) 2003-2013 Apache Software Foundation