Uses of Class
javax.xml.bind.UnmarshalException
-
Packages that use UnmarshalException Package Description com.sun.xml.bind.v2.runtime.unmarshaller javax.xml.bind.helpers Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of thejavax.xml.bindinterfaces. -
-
Uses of UnmarshalException in com.sun.xml.bind.v2.runtime.unmarshaller
Methods in com.sun.xml.bind.v2.runtime.unmarshaller that return UnmarshalException Modifier and Type Method Description UnmarshalExceptionUnmarshallerImpl. createUnmarshalException(SAXException e)Methods in com.sun.xml.bind.v2.runtime.unmarshaller that throw UnmarshalException Modifier and Type Method Description ObjectUnmarshallingContext. getResult()Gets the result of the unmarshalling -
Uses of UnmarshalException in javax.xml.bind.helpers
Methods in javax.xml.bind.helpers that return UnmarshalException Modifier and Type Method Description protected UnmarshalExceptionAbstractUnmarshallerImpl. createUnmarshalException(SAXException e)Creates an UnmarshalException from a SAXException.
-