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

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.

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-2010 Apache Software Foundation. All Rights Reserved.