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 newParameterExceptioninstance.ParameterException(String message, Throwable throwable) Construct a newParameterExceptioninstance. -
Method Summary
Methods inherited from class org.apache.avalon.framework.CascadingException
getCauseMethods inherited from class java.lang.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
Construct a newParameterExceptioninstance.- Parameters:
message- The detail message for this exception.throwable- the root cause of the exception
-