|
MVT API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--math.exceptions.IllegalEvaluationException
The class IllegalEvaluationException is used to signal that the number of variables does not match the number of values in an evaluation.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
IllegalEvaluationException()
Creates an IllegalEvaluationException with no arguments |
|
IllegalEvaluationException(java.lang.String reason)
Creates an IllegalEvaluationException object given one String argument containing a reason describing the Exception causes. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 IllegalEvaluationException()
public IllegalEvaluationException(java.lang.String reason)
|
MVT API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||