org.apache.xerces.impl.xpath
Class XPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.xerces.impl.xpath.XPathException
All Implemented Interfaces:
Serializable

public class XPathException
extends Exception

XPath exception.

Version:
$Id: XPathException.java 572107 2007-09-02 18:40:40Z mrglavas $
Author:
Andy Clark, IBM
See Also:
Serialized Form

Constructor Summary
XPathException()
          Constructs an exception.
XPathException(String key)
          Constructs an exception with the specified key.
 
Method Summary
 String getKey()
           
 
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 key)
Constructs an exception with the specified key.

Method Detail

getKey

public String getKey()


Copyright © 2011. All Rights Reserved.