|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.christopherschultz.evaluator.EvaluationException
public class EvaluationException
An Exception class signifying that there was an error during expression evaluation.
Expression.evaluate(net.christopherschultz.evaluator.EvaluationContext),
Serialized Form| Constructor Summary | |
|---|---|
EvaluationException()
Creates a new EvaluationException. |
|
EvaluationException(String message)
Creates a new EvaluationException with the specified message. |
|
EvaluationException(String message,
Throwable cause)
Creates a new EvaluationException with the specified message and cause. |
|
| Method Summary |
|---|
| 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 EvaluationException()
public EvaluationException(String message)
message - A descriptive message about why the exception is
being thrown.
public EvaluationException(String message,
Throwable cause)
message - A descriptive message about why the exception is
being thrown.cause - The exception that caused this one to be thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||