org.apache.commons.digester.xmlrules
Class DigesterLoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.digester.xmlrules.DigesterLoadingException
All Implemented Interfaces:
Serializable

public class DigesterLoadingException
extends Exception

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

Since:
1.2
See Also:
Serialized Form

Constructor Summary
DigesterLoadingException(String msg)
           
DigesterLoadingException(String msg, Throwable cause)
           
DigesterLoadingException(Throwable cause)
           
 
Method Summary
 Throwable getCause()
          Return the cause of this exception (if any) as specified in the exception constructor.
 
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

DigesterLoadingException

public DigesterLoadingException(String msg)
Parameters:
msg - a String detailing the reason for the exception

DigesterLoadingException

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

DigesterLoadingException

public DigesterLoadingException(String msg,
                                Throwable cause)
Parameters:
msg - a String detailing the reason for the exception
cause - underlying exception that caused this to be thrown
Method Detail

getCause

public Throwable getCause()
Return the cause of this exception (if any) as specified in the exception constructor.

Overrides:
getCause in class Throwable
Since:
1.8


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