|
|||||||||
| 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.math3.exception.MathIllegalStateException
org.apache.commons.math3.exception.MathInternalError
public class MathInternalError
Exception triggered when something that shouldn't happen does happen.
| Field Summary | |
|---|---|
private static String |
REPORT_URL
URL for reporting problems. |
private static long |
serialVersionUID
Serializable version Id. |
| Constructor Summary | |
|---|---|
MathInternalError()
Simple constructor. |
|
MathInternalError(Localizable pattern,
Object... args)
Constructor accepting a localized message. |
|
MathInternalError(Throwable cause)
Simple constructor. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.commons.math3.exception.MathIllegalStateException |
|---|
getContext, getLocalizedMessage, getMessage |
| 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 |
| Field Detail |
|---|
private static final long serialVersionUID
private static final String REPORT_URL
| Constructor Detail |
|---|
public MathInternalError()
public MathInternalError(Throwable cause)
cause - root cause
public MathInternalError(Localizable pattern,
Object... args)
pattern - Message pattern explaining the cause of the error.args - Arguments.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||