org.apache.commons.math.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(Throwable cause)
Simple constructor.
|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPattern
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 causeCopyright (c) 2003-2014 Apache Software Foundation