class CircularIncludeException extends XIncludeException
A CircularIncludeException
is thrown when an included document attempts
to include itself or one of its ancestor documents.
- Alphabetic
- By Inheritance
- CircularIncludeException
- XIncludeException
- Exception
- Throwable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
Value Members
- final def addSuppressed(arg0: java.lang.Throwable): Unit
- Definition Classes
- Throwable
- def fillInStackTrace(): java.lang.Throwable
- Definition Classes
- Throwable
- def getCause(): java.lang.Throwable
- Definition Classes
- Throwable
- def getLocalizedMessage(): String
- Definition Classes
- Throwable
- def getMessage(): String
- Definition Classes
- Throwable
- def getRootCause(): Throwable
When an
IOException
,MalformedURLException
or other generic exception is thrown while processing an XML document for XIncludes, it is customarily replaced by some form ofXIncludeException
.When an
IOException
,MalformedURLException
or other generic exception is thrown while processing an XML document for XIncludes, it is customarily replaced by some form ofXIncludeException
. This method allows you to retrieve the original exception. It returns null if no such exception caused thisXIncludeException
.- returns
Throwable the underlying exception which caused the
XIncludeException
to be thrown
- Definition Classes
- XIncludeException
- def getStackTrace(): Array[StackTraceElement]
- Definition Classes
- Throwable
- final def getSuppressed(): Array[java.lang.Throwable]
- Definition Classes
- Throwable
- def initCause(arg0: java.lang.Throwable): java.lang.Throwable
- Definition Classes
- Throwable
- def printStackTrace(arg0: PrintWriter): Unit
- Definition Classes
- Throwable
- def printStackTrace(arg0: PrintStream): Unit
- Definition Classes
- Throwable
- def printStackTrace(): Unit
- Definition Classes
- Throwable
- def setRootCause(nestedException: Throwable): Unit
When an
IOException
,MalformedURLException
or other generic exception is thrown while processing an XML document for XIncludes, it is customarily replaced by some form ofXIncludeException
.When an
IOException
,MalformedURLException
or other generic exception is thrown while processing an XML document for XIncludes, it is customarily replaced by some form ofXIncludeException
. This method allows you to store the original exception.- nestedException
the underlying exception which caused the XIncludeException to be thrown
- Definition Classes
- XIncludeException
- def setStackTrace(arg0: Array[StackTraceElement]): Unit
- Definition Classes
- Throwable
- def toString(): String
- Definition Classes
- Throwable → AnyRef → Any