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
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(String fileName)
-
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 Detail
-
CircularIncludeException
public CircularIncludeException(String fileName)
- Parameters:
fileName
- the name of the XML file suspected of causing the circular inclusion
-
-