net.sf.jga.fn
Class EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jga.fn.EvaluationException
All Implemented Interfaces:
java.io.Serializable

public class EvaluationException
extends java.lang.RuntimeException

General runtime exception thrown when evaluating functors and predicates.

Copyright © 2002-2005 David A. Hall

Author:
David A. Hall
See Also:
Serialized Form

Constructor Summary
EvaluationException()
           
EvaluationException(java.lang.Exception cause)
           
EvaluationException(java.lang.String msg)
           
EvaluationException(java.lang.String msg, java.lang.Exception 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

EvaluationException

public EvaluationException()

EvaluationException

public EvaluationException(java.lang.String msg)

EvaluationException

public EvaluationException(java.lang.String msg,
                           java.lang.Exception cause)

EvaluationException

public EvaluationException(java.lang.Exception cause)


Copyright © 2002-2006 David A. Hall. All Rights Reserved.