Searched refs:toSAXParseException (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DErrorHandlerAdaptor.java99 getErrorHandler().fatalError( Util.toSAXParseException(e) );
108 getErrorHandler().error( Util.toSAXParseException(e) );
116 getErrorHandler().warning( Util.toSAXParseException(e) );
H A DUtil.java62 return toSAXParseException((XMLParseException)e);
68 public static SAXParseException toSAXParseException( XMLParseException e ) { method in class:Util
H A DValidatorHandlerImpl.java498 throw Util.toSAXParseException(e);
511 throw Util.toSAXParseException(e);
568 throw Util.toSAXParseException(e);
582 throw Util.toSAXParseException(e);
599 throw Util.toSAXParseException(e);
613 throw Util.toSAXParseException(e);
H A DStreamValidatorHelper.java154 throw Util.toSAXParseException(e);
H A DDOMValidatorHelper.java194 throw Util.toSAXParseException(e);

Completed in 27 milliseconds