Package org.xmldb.common.xml.queries
Class XPathQueryConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xmldb.common.xml.queries.XPathQueryConfigurationException
- All Implemented Interfaces:
Serializable
- Version:
- $Revision: 1.1 $ $Date: 2004/05/30 11:54:45 $
- Author:
- SMB
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newXpathProcesorConfigurationException
with no detail message.Constructs a newXPathQueryConfigurationException
with the given detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XPathQueryConfigurationException
public XPathQueryConfigurationException()Constructs a newXpathProcesorConfigurationException
with no detail message. -
XPathQueryConfigurationException
Constructs a newXPathQueryConfigurationException
with the given detail message.
-