FileDocCategorySizeDatePackage
XPathStylesheetDOM3Exception.javaAPI DocJava SE 6 API1324Tue Jun 10 00:23:14 BST 2008com.sun.org.apache.xpath.internal.domapi

XPathStylesheetDOM3Exception

public final class XPathStylesheetDOM3Exception extends TransformerException
A new exception to add support for DOM Level 3 XPath API. This class is needed to throw a org.w3c.dom.DOMException with proper error code in createExpression method of XPathEvaluatorImpl (a DOM Level 3 class). This class extends TransformerException because the error message includes information about where the XPath problem is in the stylesheet as well as the XPath expression itself.
xsl.usage
internal

Fields Summary
Constructors Summary
public XPathStylesheetDOM3Exception(String msg, SourceLocator arg1)

		super(msg, arg1);
	
Methods Summary