Serialized Form
- 
Package jakarta.xml.bind
- 
Class jakarta.xml.bind.DataBindingException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
 - 4743686626270704879L
 
 - 
Class jakarta.xml.bind.JAXBElement extends java.lang.Object implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
declaredType
java.lang.Class<T> declaredType
Java datatype binding for xml element declaration's type. - 
name
javax.xml.namespace.QName name
xml element tag name - 
nil
boolean nil
true iff the xml element instance has xsi:nil="true". - 
scope
java.lang.Class<?> scope
Scope of xml element declaration representing this xml element instance. Can be one of the following values: -JAXBElement.GlobalScopefor global xml element declaration. - local element declaration has a scope set to the Java class representation of complex type defintion containing xml element declaration. - 
value
T value
xml element value. Represents content model and attributes of an xml element instance. 
 - 
 
 - 
Class jakarta.xml.bind.JAXBException extends java.lang.Exception implements Serializable
- serialVersionUID:
 - -5621384651494307979L
 
- 
Serialized Fields
- 
errorCode
java.lang.String errorCode
Vendor specific error code - 
linkedException
java.lang.Throwable linkedException
Exception reference 
 - 
 
 - 
Class jakarta.xml.bind.JAXBPermission extends java.security.BasicPermission implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class jakarta.xml.bind.MarshalException extends JAXBException implements Serializable
- serialVersionUID:
 - 1570397297836071517L
 
 - 
Class jakarta.xml.bind.PropertyException extends JAXBException implements Serializable
- serialVersionUID:
 - 3159963351607157477L
 
 - 
Class jakarta.xml.bind.TypeConstraintException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
 - -3059799699420143848L
 
- 
Serialized Fields
- 
errorCode
java.lang.String errorCode
Vendor specific error code - 
linkedException
java.lang.Throwable linkedException
Exception reference 
 - 
 
 - 
Class jakarta.xml.bind.UnmarshalException extends JAXBException implements Serializable
- serialVersionUID:
 - 6121932693435295453L
 
 - 
Class jakarta.xml.bind.ValidationException extends JAXBException implements Serializable
- serialVersionUID:
 - 2206436657505193108L
 
 
 -