Searched refs:PARSE_ERR (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DLSException.java69 public static final short PARSE_ERR = 81; field in class:LSException
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDOMParserImpl.java958 throw (LSException) DOMUtil.createLSException(LSException.PARSE_ERR, e).fillInStackTrace();
1015 throw (LSException) DOMUtil.createLSException(LSException.PARSE_ERR, e).fillInStackTrace();
1100 throw new LSException(LSException.PARSE_ERR, "no-input-specified");

Completed in 374 milliseconds