org.apache.commons.digester.xmlrules
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.

Author:
David H. Martin - Initial Contribution, Scott Sanders - Added ASL, removed external dependencies
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.digester.xmlrules.XmlLoadException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CircularIncludeException(java.lang.String fileName)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CircularIncludeException

public CircularIncludeException(java.lang.String fileName)
Parameters:
fileName - the name of the XML file suspected of causing the circular inclusion


Copyright (c) 2001-2003 - Apache Software Foundation