When an IOException
, MalformedURLException
or other generic
exception is thrown while processing an XML document for XIncludes,
it is customarily replaced by some form of XIncludeException
.
When an IOException
, MalformedURLException
or other generic
exception is thrown while processing an XML document for XIncludes,
it is customarily replaced by some form of XIncludeException
.
This method allows you to retrieve the original exception.
It returns null if no such exception caused this XIncludeException
.
Throwable the underlying exception which caused the
XIncludeException
to be thrown
When an IOException
, MalformedURLException
or other generic
exception is thrown while processing an XML document for XIncludes,
it is customarily replaced by some form of XIncludeException
.
When an IOException
, MalformedURLException
or other generic
exception is thrown while processing an XML document for XIncludes,
it is customarily replaced by some form of XIncludeException
.
This method allows you to store the original exception.
the underlying exception which caused the XIncludeException to be thrown
A
CircularIncludeException
is thrown when an included document attempts to include itself or one of its ancestor documents.