package include
Type Members
- class CircularIncludeException extends XIncludeException
A
CircularIncludeException
is thrown when an included document attempts to include itself or one of its ancestor documents. - class UnavailableResourceException extends XIncludeException
An
UnavailableResourceException
is thrown when an included document cannot be found or loaded. - class XIncludeException extends Exception
XIncludeException
is the generic superclass for all checked exceptions that may be thrown as a result of a violation of XInclude's rules.XIncludeException
is the generic superclass for all checked exceptions that may be thrown as a result of a violation of XInclude's rules.Constructs an
XIncludeException
with the specified detail message. The error message stringmessage
can later be retrieved by the
method of classjava.lang.Throwable#getMessage
java.lang.Throwable
.