Class CircularIncludeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.digester.xmlrules.XmlLoadException
org.apache.commons.digester.xmlrules.CircularIncludeException
- All Implemented Interfaces:
Serializable
Thrown when parsing XML into Digester rules, if a circular inclusion occurred
in the xml digester rules files.
- Since:
- 1.2
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.digester.xmlrules.XmlLoadException
getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CircularIncludeException
- Parameters:
fileName
- the name of the XML file suspected of causing the circular inclusion
-