Serialized Form
-
Package jakarta.xml.bind
-
Class jakarta.xml.bind.DataBindingException extends java.lang.RuntimeException implements Serializable
-
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.GlobalScope
for 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
-
Class jakarta.xml.bind.PropertyException extends JAXBException implements Serializable
-
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
-
Class jakarta.xml.bind.ValidationException extends JAXBException implements Serializable
-