Class 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 Detail

      • CircularIncludeException

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