sdr 0.7

net.cscott.sdr.calls
Class ExprFunc.EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ExprFunc.EvaluationException(String msg)
           
 
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

ExprFunc.EvaluationException

public ExprFunc.EvaluationException(String msg)

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian