org.beanfabrics
Class EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.beanfabrics.EvaluationException
All Implemented Interfaces:
java.io.Serializable

public class EvaluationException
extends java.lang.Exception

An exception that indicates that something went wrong during the evaluation of a Path.

See Also:
Serialized Form

Constructor Summary
EvaluationException()
          Creates a new EvaluationException.
EvaluationException(java.lang.String message)
          Creates a new EvaluationException.
EvaluationException(java.lang.String message, java.lang.Throwable cause)
          Creates a new EvaluationException.
EvaluationException(java.lang.Throwable cause)
          Creates a new EvaluationException.
 
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()
Creates a new EvaluationException.


EvaluationException

public EvaluationException(java.lang.String message,
                           java.lang.Throwable cause)
Creates a new EvaluationException.

Parameters:
message -
cause -

EvaluationException

public EvaluationException(java.lang.String message)
Creates a new EvaluationException.

Parameters:
message -

EvaluationException

public EvaluationException(java.lang.Throwable cause)
Creates a new EvaluationException.

Parameters:
cause -