scala.xml.include

class CircularIncludeException

[source: scala/xml/include/CircularIncludeException.scala]

class CircularIncludeException(message : java.lang.String)
extends XIncludeException

A CircularIncludeException is thrown when an included document attempts to include itself or one of its ancestor documents.

Additional Constructor Summary
def this : CircularIncludeException
Constructs a CircularIncludeException with null as its error detail message.
Methods inherited from XIncludeException
setRootCause, getRootCause
Methods inherited from java.lang.Throwable
java.lang.Throwable.getMessage, java.lang.Throwable.getLocalizedMessage, java.lang.Throwable.getCause, java.lang.Throwable.initCause, java.lang.Throwable.toString, java.lang.Throwable.printStackTrace, java.lang.Throwable.printStackTrace, java.lang.Throwable.printStackTrace, java.lang.Throwable.fillInStackTrace, java.lang.Throwable.getStackTrace, java.lang.Throwable.setStackTrace
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Additional Constructor Details
def this : CircularIncludeException
Constructs a CircularIncludeException with null as its error detail message.