|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.apache.commons.digester.xmlrules.XmlLoadException | +--org.apache.commons.digester.xmlrules.CircularIncludeException
Thrown when parsing XML into Digester rules, if a circular inclusion occurred in the xml digester rules files.
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 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 |
public CircularIncludeException(java.lang.String fileName)
fileName
- the name of the XML file suspected of causing the
circular inclusion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |