org.apache.commons.digester.xmlrules

Class XmlLoadException

public class XmlLoadException extends RuntimeException

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

Since: 1.2

Field Summary
Throwablecause
Constructor Summary
XmlLoadException(Throwable cause)
XmlLoadException(String msg)
XmlLoadException(String msg, Throwable cause)
Method Summary
ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.

Field Detail

cause

private Throwable cause

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.
Copyright 2001-2005 The Apache Software Foundation.