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

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

Uses of PijiException in net.sf.arise.piji
 

Subclasses of PijiException 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 ConfigurationException
          Exception for signalling configuration problems
 class ContextException
          Exception signalling failure to find the binding of some symbol
 class EvaluationException
          An umbrella exception for all the bad things that may happen during interpretation.
 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 ParseException
          Exception for signalling error conditions during a parse
 class ParseParanthesisException
          Exception for signalling error conditions during a parse
 class ParseUnfinishedException
          Exception for signalling error conditions during a parse
 class WrongArgumentCountException
           
 



All code and documentation is

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