org.apache.avalon.framework.parameters
Class ParameterException
CascadingException
org.apache.avalon.framework.parameters.ParameterException
public final class ParameterException
extends CascadingException
Thrown when a Parameterizable
component cannot be parameterized
properly, or if a value cannot be retrieved properly.
CVS $Revision: 1.15 $ $Date: 2004/02/11 14:34:25 $
ParameterException
public ParameterException(String message)
Construct a new ParameterException
instance.
message
- The detail message for this exception.
ParameterException
public ParameterException(String message,
Throwable throwable)
Construct a new ParameterException
instance.
message
- The detail message for this exception.throwable
- the root cause of the exception