Uses of Class
net.sf.arise.piji.EvaluationException

Packages that use EvaluationException
net.sf.arise.piji The piji core package. 
 

Uses of EvaluationException in net.sf.arise.piji
 

Subclasses of EvaluationException in net.sf.arise.piji
 class BadArgumentException
          Exception signalling a mismatch between the desired properties of a formal argument and the properties of an actual argument, eg.
 class ContextException
          Exception signalling failure to find the binding of some symbol
 class IllegalFormalArgumentException
          Exception signalling that a formal argument was out of order when declaring a lambda.
 class InternalException
          Exception signalling misbehaviour of some internal function
 class WrongArgumentCountException
           
 

Methods in net.sf.arise.piji that throw EvaluationException
 Result Interpreter.evalResult(java.lang.String string)
           
 Result Interpreter.evalResult(java.io.InputStream reader)
           
 Result Interpreter.evalResult(java.io.Reader reader)
           
 Result Interpreter.evalResult(Expression expr)
           
 



All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth