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:
- $Id: ParameterException.java 30977 2004-07-30 03:57:54 -0500 (Fri, 30 Jul 2004) niclas $
- Author:
- Avalon Development Team
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParameterException(String message) Construct a newParameterExceptioninstance.ParameterException(String message, Throwable throwable) Construct a newParameterExceptioninstance. -
Method Summary
Methods inherited from class CascadingException
getCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParameterException
Construct a newParameterExceptioninstance.- Parameters:
message- The detail message for this exception.
-
ParameterException
-