package include
Type Members
-    class CircularIncludeException extends XIncludeExceptionA CircularIncludeExceptionis thrown when an included document attempts to include itself or one of its ancestor documents.
-    class UnavailableResourceException extends XIncludeExceptionAn UnavailableResourceExceptionis thrown when an included document cannot be found or loaded.
-    class XIncludeException extends ExceptionXIncludeExceptionis the generic superclass for all checked exceptions that may be thrown as a result of a violation of XInclude's rules.XIncludeExceptionis the generic superclass for all checked exceptions that may be thrown as a result of a violation of XInclude's rules.Constructs an XIncludeExceptionwith the specified detail message. The error message stringmessagecan later be retrieved by thejava.lang.Throwable#getMessagejava.lang.Throwable.