org.apache.avalon.framework.parameters

Class ParameterException

Implemented Interfaces:
CascadingThrowable

public final class ParameterException
extends CascadingException

Thrown when a Parameterizable component cannot be parameterized properly, or if a value cannot be retrieved properly.

Version:
CVS $Revision: 1.13 $ $Date: 2003/02/11 15:58:41 $

Author:
Avalon Development Team

Constructor Summary

ParameterException(String message)
Construct a new ParameterException instance.
ParameterException(String message, Throwable throwable)
Construct a new ParameterException instance.

Method Summary

Methods inherited from class org.apache.avalon.framework.CascadingException

getCause

Constructor Details

ParameterException

public ParameterException(String message)
Construct a new ParameterException instance.

Parameters:
message - The detail message for this exception.


ParameterException

public ParameterException(String message,
                          Throwable throwable)
Construct a new ParameterException instance.

Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception


"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."