< prev index next >

src/java.xml.bind/share/classes/javax/xml/bind/UnmarshalException.java

Print this page

        

*** 29,39 **** * This exception indicates that an error has occurred while performing * an unmarshal operation that prevents the JAXB Provider from completing * the operation. * * <p> ! * The <tt>ValidationEventHandler</tt> can cause this exception to be thrown * during the unmarshal operations. See * {@link ValidationEventHandler#handleEvent(ValidationEvent) * ValidationEventHandler.handleEvent(ValidationEvent)}. * * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li></ul> --- 29,39 ---- * This exception indicates that an error has occurred while performing * an unmarshal operation that prevents the JAXB Provider from completing * the operation. * * <p> ! * The {@code ValidationEventHandler} can cause this exception to be thrown * during the unmarshal operations. See * {@link ValidationEventHandler#handleEvent(ValidationEvent) * ValidationEventHandler.handleEvent(ValidationEvent)}. * * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li></ul>
< prev index next >