org.apache.avalon.framework.parameters
Class ParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avalon.framework.CascadingException
org.apache.avalon.framework.parameters.ParameterException
- All Implemented Interfaces:
- Serializable, 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:
- $Id: ParameterException.java 506231 2007-02-12 02:36:54Z crossley $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
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 © 1997-2012 The Apache Software Foundation. All Rights Reserved.