org.apache.commons.digester.xmlrules
Class CircularIncludeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.commons.digester.xmlrules.XmlLoadException
                  extended by 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
CircularIncludeException(java.lang.String fileName)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.digester.xmlrules.XmlLoadException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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 © 2001-2005 The Apache Software Foundation. All Rights Reserved.