XIncludeException
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 string message can later be retrieved by the [[java.lang.Throwable#getMessage]] method of class java.lang.Throwable.
Value parameters
- message
-
the detail message.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class CircularIncludeException
Members list
Value members
Constructors
uses '''null''' as its error detail message.
uses '''null''' as its error detail message.
Attributes
Concrete methods
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.
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.
Attributes
- Returns
-
Throwable the underlying exception which caused the
XIncludeExceptionto 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. This method allows you to store the original exception.
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.
Value parameters
- nestedException
-
the underlying exception which caused the XIncludeException to be thrown
Attributes
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable