org.apache.commons.digester.xmlrules
Class DigesterLoadingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.commons.digester.xmlrules.DigesterLoadingException
All Implemented Interfaces:
java.io.Serializable

public class DigesterLoadingException
extends java.lang.Exception

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

Author:
David H. Martin - Initial Contribution, Scott Sanders - Added ASL, removed external dependencies
See Also:
Serialized Form

Field Summary
private  java.lang.Throwable cause
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DigesterLoadingException(java.lang.String msg)
           
DigesterLoadingException(java.lang.String msg, java.lang.Throwable cause)
           
DigesterLoadingException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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
 

Field Detail

cause

private java.lang.Throwable cause
Constructor Detail

DigesterLoadingException

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

DigesterLoadingException

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

DigesterLoadingException

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


Copyright (c) 2001-2003 - Apache Software Foundation