net.cscott.sdr.calls
Class ExprFunc.EvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.cscott.sdr.calls.ExprFunc.EvaluationException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ExprFunc<T>
public static class ExprFunc.EvaluationException
- extends Exception
Thrown to indicate an unexpected problem evaluating an
Expr
, for example a type mismatch.
This shouldn't be thrown for expected issues (wrong formation, say);
use BadCallException
for that.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExprFunc.EvaluationException
public ExprFunc.EvaluationException(String msg)
Copyright © 2006-2009 C. Scott Ananian