org.enhydra.apache.xerces.validators.schema.identity
Class XPathException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.enhydra.apache.xerces.validators.schema.identity.XPathException
- All Implemented Interfaces:
- Serializable
- public class XPathException
- extends Exception
XPath exception.
- Version:
- $Id: XPathException.java,v 1.1.1.1 2003/03/10 16:34:52 taweili Exp $
- Author:
- Andy Clark, IBM
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XPathException
public XPathException()
- Constructs an exception.
XPathException
public XPathException(String message)
- Constructs an exception with the specified message.
Copyright © 1999 The Apache Software Foundation. All Rights reserved.