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:
java.io.Serializable
public class CircularIncludeException extends XmlLoadException
Thrown when parsing XML into Digester rules, if a circular inclusion occurred in the xml digester rules files.- Since:
- 1.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CircularIncludeException(java.lang.String fileName)
-
Method Summary
-
Methods inherited from class org.apache.commons.digester.xmlrules.XmlLoadException
getCause
-
-