|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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.
| Fields inherited from class org.apache.commons.digester.xmlrules.XmlLoadException |
cause |
| Fields inherited from class java.lang.Throwable |
backtrace, detailMessage, serialVersionUID |
| Constructor Summary | |
CircularIncludeException(java.lang.String fileName)
|
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
| Methods inherited from class java.lang.Object |
|
| 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 | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||