org.apache.commons.digester.xmlrules

Class XmlLoadException

Known Direct Subclasses:
CircularIncludeException

public class XmlLoadException
extends RuntimeException

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

Field Summary

private Throwable
cause

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.

Field Details

cause

private Throwable cause

Constructor Details

XmlLoadException

public XmlLoadException(String msg)

XmlLoadException

public XmlLoadException(String msg,
                        Throwable cause)

XmlLoadException

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

Method Details

getCause

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

Copyright 2001-2005 The Apache Software Foundation.