Class 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 30977 2004-07-30 03:57:54 -0500 (Fri, 30 Jul 2004) niclas $
Author:
Avalon Development Team
See Also:
  • Constructor Details

    • 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