public class XmlDataException
extends java.lang.RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
XmlDataException.FormatError
Thrown when XmlData processing encounters an IData object that is not in proper XmlData format.
|
static class |
XmlDataException.IndexOutOfRange
Thrown when when an attempt is made to fetch or insert a repeating value beyond the last repeating value.
|
static class |
XmlDataException.IndexRequired
Thrown when a method is invoked on an entry with repeating values, but no index is supplied to the method.
|
static class |
XmlDataException.TagAndContentConflict
Thrown when an incompatible type is assigned to an entry with a particular tag type.
|
static class |
XmlDataException.TypeConflict
Thrown when an incompatible object type is assigned to an array.
|
static class |
XmlDataException.UnpositionedCursor
Thrown when a method is invoked on an unpositioned XmlDataCursor even though that method is only
permitted when the cursor is positioned.
|
static class |
XmlDataException.UnsupportedType
Thrown when an unsupported object type is inserted into XmlData content.
|
Constructor and Description |
---|
XmlDataException() |
XmlDataException(java.lang.String s) |