package include
Type Members
- 
      
      
      
        
      
    
      
        
        class
      
      
        CircularIncludeException extends XIncludeException
      
      
      A CircularIncludeExceptionis thrown when an included document attempts to include itself or one of its ancestor documents.
- 
      
      
      
        
      
    
      
        
        class
      
      
        UnavailableResourceException extends XIncludeException
      
      
      An UnavailableResourceExceptionis thrown when an included document cannot be found or loaded.
- 
      
      
      
        
      
    
      
        
        class
      
      
        XIncludeException extends Exception
      
      
      XIncludeExceptionis 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.