- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- XmlDataException
public static class XmlDataException.TagAndContentConflict
extends XmlDataException
Thrown when an incompatible type is assigned to an entry with a particular tag type. Specifically it is thrown when
anything other than IData is assigned to an entry with keys of type: XmlDataAnyTag, XmlDataSubstitutionTag, or XmlDataGroupTag.
It is also thrown when a value other than String is assigned to an XmlDataAttributeTag.
- See Also:
- Serialized Form