public class DataBindingException
extends java.lang.RuntimeException
This exception differs from JAXBException
in that
this is an unchecked exception, while JAXBException
is a checked exception.
JAXB
,
Serialized FormConstructor and Description |
---|
DataBindingException(java.lang.String message,
java.lang.Throwable cause) |
DataBindingException(java.lang.Throwable cause) |