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:
java.io.Serializable
,MathThrowable
public class MathInternalError extends MathIllegalStateException
Exception triggered when something that shouldn't happen does happen.- Since:
- 2.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MathInternalError()
Simple constructor.MathInternalError(java.lang.Throwable cause)
Simple constructor.
-
Method Summary
-
Methods inherited from class org.apache.commons.math.exception.MathIllegalStateException
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPattern
-
-