Uses of Class
jakarta.xml.bind.UnmarshalException
-
Packages that use UnmarshalException Package Description jakarta.xml.bind.helpers Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of thejakarta.xml.bind
interfaces. -
-
Uses of UnmarshalException in jakarta.xml.bind.helpers
Methods in jakarta.xml.bind.helpers that return UnmarshalException Modifier and Type Method Description protected UnmarshalException
AbstractUnmarshallerImpl. createUnmarshalException(SAXException e)
Creates an UnmarshalException from a SAXException.
-