< prev index next >

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

Print this page

        

*** 28,38 **** /** * Exception that represents a failure in a JAXB operation. * * <p> * This exception differs from {@link JAXBException} in that ! * this is an unchecked exception, while <tt>JAXBException</tt> * is a checked exception. * * @see JAXB * @since 1.6, JAXB 2.1 */ --- 28,38 ---- /** * Exception that represents a failure in a JAXB operation. * * <p> * This exception differs from {@link JAXBException} in that ! * this is an unchecked exception, while {@code JAXBException} * is a checked exception. * * @see JAXB * @since 1.6, JAXB 2.1 */
< prev index next >