Searched refs:XPathStylesheetDOM3Exception (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathStylesheetDOM3Exception.java58 final public class XPathStylesheetDOM3Exception extends TransformerException { class in inherits:TransformerException
59 public XPathStylesheetDOM3Exception(String msg, SourceLocator arg1) method in class:XPathStylesheetDOM3Exception
H A DXPathEvaluatorImpl.java179 if(e instanceof XPathStylesheetDOM3Exception)
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java31 import com.sun.org.apache.xpath.internal.domapi.XPathStylesheetDOM3Exception;
635 * the new subclass of XPathStylesheetDOM3Exception. Older XPath code
639 * can check if the exception is an instance of XPathStylesheetDOM3Exception
657 TransformerException te = new XPathStylesheetDOM3Exception(fmsg, m_sourceLocator);

Completed in 37 milliseconds