edu.cmu.aura.service.query
Class EvaluationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.cmu.aura.service.query.EvaluationException
All Implemented Interfaces:
java.io.Serializable

public class EvaluationException
extends java.lang.Exception

Represents an exception during expression evaluation.

See Also:
Serialized Form

Constructor Summary
EvaluationException()
          Create an EvaluationException.
EvaluationException(java.lang.String msg)
          Create an EvaluationException.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvaluationException

public EvaluationException()
Create an EvaluationException.


EvaluationException

public EvaluationException(java.lang.String msg)
Create an EvaluationException.

Parameters:
msg - a description of the cause of the exception.