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

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