public class

XPathException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.apache.xerces.impl.xpath.XPathException

Class Overview

XPath exception.@xerces.internal

Summary

Public Constructors
XPathException()
Constructs an exception.
XPathException(String key)
Constructs an exception with the specified key.
Public Methods
String getKey()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public XPathException ()

Constructs an exception.

public XPathException (String key)

Constructs an exception with the specified key.

Public Methods

public String getKey ()