Searched defs:handleGenericException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DLoader.java225 protected static void handleGenericException(Exception e) throws SAXException { method in class:Loader
226 handleGenericException(e,false);
229 public static void handleGenericException(Exception e, boolean canRecover) throws SAXException { method in class:Loader

Completed in 29 milliseconds