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:
java.io.Serializable
public class XPathQueryConfigurationException extends java.lang.Exception
- Version:
- $Revision: 1.1 $ $Date: 2004/05/30 11:54:45 $
- Author:
- SMB
- See Also:
XPathQuery
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XPathQueryConfigurationException()
Constructs a newXpathProcesorConfigurationException
with no detail message.XPathQueryConfigurationException(java.lang.String msg)
Constructs a newXPathQueryConfigurationException
with the given detail message.
-
-
-
Constructor Detail
-
XPathQueryConfigurationException
public XPathQueryConfigurationException()
Constructs a newXpathProcesorConfigurationException
with no detail message.
-
XPathQueryConfigurationException
public XPathQueryConfigurationException(java.lang.String msg)
Constructs a newXPathQueryConfigurationException
with the given detail message.
-
-