Package org.xmldb.common.xml.queries
Class XUpdateQueryConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xmldb.common.xml.queries.XUpdateQueryConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class XUpdateQueryConfigurationException 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 XUpdateQueryConfigurationException()Constructs a newXUpdateProcesorConfigurationExceptionwith no detail message.XUpdateQueryConfigurationException(java.lang.String msg)Constructs a newXUpdateQueryConfigurationExceptionwith the given detail message.
-
-
-
Constructor Detail
-
XUpdateQueryConfigurationException
public XUpdateQueryConfigurationException()
Constructs a newXUpdateProcesorConfigurationExceptionwith no detail message.
-
XUpdateQueryConfigurationException
public XUpdateQueryConfigurationException(java.lang.String msg)
Constructs a newXUpdateQueryConfigurationExceptionwith the given detail message.
-
-