net.sf.jga.fn

Class EvaluationException

public class EvaluationException extends RuntimeException

General runtime exception thrown when evaluating functors and predicates.

Copyright © 2002 David A. Hall

Author: David A. Hall

Constructor Summary
EvaluationException()
EvaluationException(String msg)
EvaluationException(String msg, Exception cause)
EvaluationException(Exception cause)

Constructor Detail

EvaluationException

public EvaluationException()

EvaluationException

public EvaluationException(String msg)

EvaluationException

public EvaluationException(String msg, Exception cause)

EvaluationException

public EvaluationException(Exception cause)