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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--edu.wpi.cs.dsrg.xmldb.xat.common.exception.XATException
Direct Known Subclasses:
ExecutionInvalidExpressionException, ExecutionInvalidXATTreeException, XATNodeDoesNotExistException, XATTreeNodeHasNoParentException

public class XATException
extends java.lang.RuntimeException

This class defines the exception thrown when wrong in XAT execution.

Since:
1.0
See Also:
Serialized Form

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

XATException

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

XATException

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