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

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.ExecutionInvalidXATTreeException

public class ExecutionInvalidXATTreeException
extends XATException

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

Since:
1.0
See Also:
Serialized Form

Constructor Summary
ExecutionInvalidXATTreeException()
          The default ExecutionInvalidXATTreeException constructor.
ExecutionInvalidXATTreeException(java.lang.String sMessage)
          The ExecutionInvalidXATTreeException constructor using given message.
 
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

ExecutionInvalidXATTreeException

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

ExecutionInvalidXATTreeException

public ExecutionInvalidXATTreeException(java.lang.String sMessage)
The ExecutionInvalidXATTreeException constructor using given message.
Parameters:
sMessage - The message returned to user.
Since:
1.0