org.apache.commons.digester.xmlrules

Class DigesterLoadingException


public class DigesterLoadingException
extends Exception

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

Field Summary

private Throwable
cause

Constructor Summary

DigesterLoadingException(String msg)
DigesterLoadingException(String msg, Throwable cause)
DigesterLoadingException(Throwable cause)

Field Details

cause

private Throwable cause

Constructor Details

DigesterLoadingException

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

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

DigesterLoadingException

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

Copyright 2001-2005 The Apache Software Foundation.