org.jtestcase.core.digester
Class XQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jtestcase.core.digester.XQueryException
All Implemented Interfaces:
java.io.Serializable

public class XQueryException
extends java.lang.Exception

Exception class for exceptions occuring during evaluation of the XPath expression..

Author:
Fausto Lelli $Id: XQueryException.java,v 1.2 2005/11/05 11:20:23 faustothegrey Exp $
See Also:
Serialized Form

Constructor Summary
XQueryException(java.lang.String message)
           
XQueryException(java.lang.String message, java.lang.Throwable cause)
           
XQueryException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XQueryException

public XQueryException(java.lang.String message,
                       java.lang.Throwable cause)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)

XQueryException

public XQueryException(java.lang.Throwable cause)
See Also:
Exception.Exception(java.lang.Throwable)

XQueryException

public XQueryException(java.lang.String message)
See Also:
Exception.Exception(java.lang.String)