org.apache.xerces.impl.xpath

Class XPathException

public class XPathException extends Exception

XPath exception.

Version: $Id: XPathException.java,v 1.7 2004/10/04 22:07:41 mrglavas Exp $

Author: Andy Clark, IBM

UNKNOWN:

Constructor Summary
XPathException()
Constructs an exception.
XPathException(String key)
Constructs an exception with the specified key.
Method Summary
StringgetKey()

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 © 1999-2005 Apache XML Project. All Rights Reserved.