Package | Description |
---|---|
net.sf.practicalxml.converter |
This package contains classes to convert between XML and a variety of
other formats.
|
net.sf.practicalxml.converter.bean |
This package contains classes to convert Java objects to and from XML.
|
Constructor and Description |
---|
ConversionException(ConversionException source,
String field)
This constructor is invoked from Bean->XML conversions, to prepend
a field component to the location before rethrowing the exception.
|
Modifier and Type | Method and Description |
---|---|
List<ConversionException> |
Xml2BeanConverter.getDeferredExceptions()
If the deferred exceptions option has been set, returns the list of
deferred exceptions.
|
List<ConversionException> |
Bean2XmlConverter.getDeferredExceptions()
If the deferred exceptions option has been set, returns the list of
deferred exceptions.
|