org.apache.commons.digester.plugins

Class PluginException

Known Direct Subclasses:
PluginInvalidInputException

public class PluginException
extends Exception

Thrown when some plugin-related error has occurred, and none of the other exception types are appropriate.
Since:
1.6

Field Summary

private Throwable
cause

Constructor Summary

PluginException(String msg)
PluginException(String msg, Throwable cause)
PluginException(Throwable cause)

Method Summary

Throwable
getCause()

Field Details

cause

private Throwable cause

Constructor Details

PluginException

public PluginException(String msg)
Parameters:
msg - describes the reason this exception is being thrown.

PluginException

public PluginException(String msg,
                       Throwable cause)
Parameters:
msg - describes the reason this exception is being thrown.
cause - underlying exception that caused this to be thrown

PluginException

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

Method Details

getCause

public Throwable getCause()
Returns:
the underlying exception that caused this to be thrown

Copyright 2001-2005 The Apache Software Foundation.