- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- XmlDataException
public static class XmlDataException.UnsupportedType
extends XmlDataException
Thrown when an unsupported object type is inserted into XmlData content. The only supported object types are as follows:
String, String[], IData, IData[],and Object[]. XML document type directed conversion always uses String[] or IData[] for repeating element
content (except for wildcard content with processContents=lax, which uses Object[]). Conversion that is not directed by an XML document type always uses Object[]
for repeating element content.
- See Also:
- Serialized Form