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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
XPathException()
          Constructs an exception.
XPathException(String message)
          Constructs an exception with the specified message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.