|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.commons.math.exception.MathIllegalStateException
org.apache.commons.math.exception.MathInternalError
public class MathInternalError
Exception triggered when something that shouldn't happen does happen.
Constructor Summary | |
---|---|
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 |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MathInternalError()
public MathInternalError(java.lang.Throwable cause)
cause
- root cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |