ERROR - javax.xml.JAXBException - Possible Causes of JAXBException

Exception Thrown By:Cause
ClassMethod
Binder public abstract XmlNode
updateXML(Object jaxbObject)
If any unexpected problem
occurs updating corresponding XML content.
Binder public abstract Object
updateJAXB(XmlNode xmlNode)
If any unexpected problem
occurs updating corresponding JAXB mapped content.
Binder public abstract void
setEventHandler(ValidationEventHandler handler)
if an error was
encountered while setting the event handlerget
Binder public abstract ValidationEventHandler
getEventHandler()
if an error was encountered
while getting the current event handlerset
JAXBContext public static JAXBContext
newInstance(Class... classesToBeBound)
if an error
was encountered while creating theJAXB
JAXBContext public abstract Unmarshaller
createUnmarshaller()
if an error was
encountered while creating the Unmarshaller objectcreate
JAXBContext public abstract Marshaller
createMarshaller()
if an error was
encountered while creating the Marshaller objectcreate
JAXBContext public abstract Validator
createValidator()
if an error was encountered
while creating the Validator objectcreateplace unmarshalling/marshalling
JAXBResult public JAXBResult(Unmarshaller
_unmarshaller)
if an error is encountered while creating
the JAXBResult or the Unmarshaller parameter is null.