|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
IllegalAddException
indicates an attempt to
add a node in a wrong place; for instance adding
any child to a Text
node or adding a
Text
node to
a Document
object.IllegalAddException
with a detail message.
IllegalAddException
with a detail message
and an underlying root cause.
IllegalCharacterDataException
indicates an attempt
to create text content that is not allowed in XML 1.0.IllegalCharacterDataException
with a detail message.
IllegalCharacterDataException
with a detail message and an underlying root cause.
IllegalDataException
indicates an attempt to
set some value to malformed content; for instance
by adding a string containing a null or a vertical tab
to a text node, or using white space in an element name.IllegalDataException
with a detail message.
IllegalDataException
with a detail message and an underlying root cause.
IllegalNameException
indicates an attempt to
assign a name that is not a legal XML name.IllegalNameException
with a detail message.
IllegalNameException
with a detail message and an underlying root cause.
IllegalTargetException
indicates an attempt to
assign a processing instruction target that is not a
legal XML 1.0 processing instruction target.IllegalTargetException
with a detail message.
IllegalTargetException
with a detail message and an underlying root cause.
InclusionLoopException
is thrown when
an included document attempts to include itself or
one of its ancestor documents.InclusionLoopException
with
the specified detail message.
InclusionLoopException
with a detail
message, line and column numbers, and a URI of the document
that caused the exception.
IOException
,
MalformedURLException
, or other generic exception
is thrown while processing an XML document
for XIncludes, it is customarily replaced
by some form of XIncludeException
.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |