Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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