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

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/
H A DAbstractUnmarshallerImpl.java318 protected UnmarshalException createUnmarshalException( SAXException e ) { method in class:AbstractUnmarshallerImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallerImpl.java209 throw createUnmarshalException(e);
321 throw createUnmarshalException(e);
511 public UnmarshalException createUnmarshalException( SAXException e ) { method in class:UnmarshallerImpl
512 return super.createUnmarshalException(e);

Completed in 31 milliseconds