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
Thrown when a
Parameterizable
component cannot be parameterized
properly, or if a value cannot be retrieved properly.- Version:
- CVS $Revision: 1.15 $ $Date: 2004/02/11 14:34:25 $
- Author:
- Avalon Development Team
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParameterException
(String message) Construct a newParameterException
instance.ParameterException
(String message, Throwable throwable) Construct a newParameterException
instance. -
Method Summary
Methods inherited from class org.apache.avalon.framework.CascadingException
getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParameterException
Construct a newParameterException
instance.- Parameters:
message
- The detail message for this exception.
-
ParameterException
Construct a newParameterException
instance.- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
-