Uses of Class
javax.xml.bind.PropertyException
-
Packages that use PropertyException Package Description javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.javax.xml.bind.helpers JAXB Provider Use Only: Provides partial default implementations for some of thejavax.xml.bindinterfaces. -
-
Uses of PropertyException in javax.xml.bind
Methods in javax.xml.bind that throw PropertyException Modifier and Type Method Description abstract ObjectBinder. getProperty(String name)Get the particular property in the underlying implementation ofBinder.ObjectMarshaller. getProperty(String name)Get the particular property in the underlying implementation ofMarshaller.ObjectUnmarshaller. getProperty(String name)Get the particular property in the underlying implementation ofUnmarshaller.ObjectValidator. getProperty(String name)Deprecated.since JAXB2.0abstract voidBinder. setProperty(String name, Object value)Set the particular property in the underlying implementation ofBinder.voidMarshaller. setProperty(String name, Object value)Set the particular property in the underlying implementation ofMarshaller.voidUnmarshaller. setProperty(String name, Object value)Set the particular property in the underlying implementation ofUnmarshaller.voidValidator. setProperty(String name, Object value)Deprecated.since JAXB2.0 -
Uses of PropertyException in javax.xml.bind.helpers
Methods in javax.xml.bind.helpers that throw PropertyException Modifier and Type Method Description ObjectAbstractMarshallerImpl. getProperty(String name)Default implementation of the getProperty method handles the four defined properties in Marshaller.ObjectAbstractUnmarshallerImpl. getProperty(String name)Default implementation of the getProperty method always throws PropertyException since there are no required properties.voidAbstractMarshallerImpl. setProperty(String name, Object value)Default implementation of the setProperty method handles the four defined properties in Marshaller.voidAbstractUnmarshallerImpl. setProperty(String name, Object value)Default implementation of the setProperty method always throws PropertyException since there are no required properties.
-