org.apache.commons.digester.plugins
Class PluginException
Exception
org.apache.commons.digester.plugins.PluginException
public class PluginException
extends Exception
Thrown when some plugin-related error has occurred, and none of the
other exception types are appropriate.
cause
private Throwable cause
PluginException
public PluginException(String msg)
msg
- describes the reason this exception is being thrown.
PluginException
public PluginException(String msg,
Throwable cause)
msg
- describes the reason this exception is being thrown.cause
- underlying exception that caused this to be thrown
PluginException
public PluginException(Throwable cause)
cause
- underlying exception that caused this to be thrown
getCause
public Throwable getCause()
- the underlying exception that caused this to be thrown
Copyright 2001-2005 The Apache Software Foundation.