public class XmlDataException
extends java.lang.RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
XmlDataException.ArgumentError
Thrown when XmlData method encounters an argument that is not valid for the operation.
|
static class |
XmlDataException.FormatError
Thrown when XmlData processing encounters an XmlData instance that is not in proper XmlData format.
|
static class |
XmlDataException.ImproperDocumentType
Thrown when an XmlDataMap is created using an inappropriate document type.
|
static class |
XmlDataException.IndexOutOfRange
Thrown 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.IndirectItemError
Thrown when the instance (XmlData) document or the tag specified on the invoking method does not contain the indirect value tag (e.g.
|
static class |
XmlDataException.MemberConflict
Thrown when an incompatible object type is assigned to an array.
|
static class |
XmlDataException.ModelConflict
Thrown when the document type used in an XmlDataMap is incompatible with the existing instance (XmlData) document, making it impossible
to find the correct insertion point for new content.
|
static class |
XmlDataException.ReadOnlyWorkspace
Thrown when attempting to create a global namespace component when the workspace is read-only.
|
static class |
XmlDataException.TagAndContentConflict
Thrown when an incompatible value is assigned to an entry with a particular tag type.
|
static class |
XmlDataException.TagConflict
Thrown when an operation cannot be performed for the tag type.
|
static class |
XmlDataException.TagSyntaxError
Thrown when a path has a syntax error.
|
static class |
XmlDataException.UndefinedIterator
Thrown when an XmlDataCopy output path step encounters an undefined iterator.
|
static class |
XmlDataException.UnknownField
Thrown when attempting to use a Field that is not defined by the document type associated with the map.
|
static class |
XmlDataException.UnpositionedCursor
Thrown when a method is invoked on an unpositioned XmlDataCursor and 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 detail)
Common supertype for Exceptions raised during XmlData processing.
|