net.sf.jga.fn
Class EvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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.