edu.wpi.cs.dsrg.xmldb.xat.common.exception
Class ExecutionInvalidExpressionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--edu.wpi.cs.dsrg.xmldb.xat.common.exception.XATException
                          |
                          +--edu.wpi.cs.dsrg.xmldb.xat.common.exception.ExecutionInvalidExpressionException

public class ExecutionInvalidExpressionException
extends XATException

This class defines the exception thrown when the Expression executing is invalid.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
ExecutionInvalidExpressionException()
          The default ExecutionInvalidExpressionException constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutionInvalidExpressionException

public ExecutionInvalidExpressionException()
The default ExecutionInvalidExpressionException constructor.
Since:
1.0