< prev index next >

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

Print this page

        

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