org.apache.xerces.impl.xpath

Class XPathException


public class XPathException
extends Exception

XPath exception.
Version:
$Id: XPathException.java 320091 2004-10-04 22:07:41Z mrglavas $
Author:
Andy Clark, IBM

Constructor Summary

XPathException()
Constructs an exception.
XPathException(String key)
Constructs an exception with the specified key.

Method Summary

String
getKey()

Constructor Details

XPathException

public XPathException()
Constructs an exception.

XPathException

public XPathException(String key)
Constructs an exception with the specified key.

Method Details

getKey

public String getKey()

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.