org.apache.avalon.framework.parameters
Class ParameterException
- CascadingThrowable
public final class ParameterException
Thrown when a Parameterizable component cannot be parameterized
properly, or if a value cannot be retrieved properly.
Version:
- Avalon Development Team
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
"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."