org.apache.commons.digester.xmlrules
Class XmlLoadException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CircularIncludeException

public class XmlLoadException
extends RuntimeException

Thrown when an error occurs while parsing XML into Digester rules.

Since:
1.2
See Also:
Serialized Form

Constructor Summary
XmlLoadException(String msg)
           
XmlLoadException(String msg, Throwable cause)
           
XmlLoadException(Throwable cause)
           
 
Method Summary
 Throwable getCause()
          Returns the cause of this throwable or null if the cause is nonexistent or unknown.
 
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

XmlLoadException

public XmlLoadException(Throwable cause)
Parameters:
cause - underlying exception that caused this to be thrown

XmlLoadException

public XmlLoadException(String msg)

XmlLoadException

public XmlLoadException(String msg,
                        Throwable cause)
Method Detail

getCause

public Throwable getCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.

Overrides:
getCause in class Throwable


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.