Class MathInternalError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.commons.math.exception.MathIllegalStateException
org.apache.commons.math.exception.MathInternalError
- All Implemented Interfaces:
Serializable
,MathThrowable
Exception triggered when something that shouldn't happen does happen.
- Since:
- 2.2
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.math.exception.MathIllegalStateException
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPattern
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MathInternalError
public MathInternalError()Simple constructor. -
MathInternalError
Simple constructor.- Parameters:
cause
- root cause
-