public final class ParameterException extends CascadingException
Parameterizable component cannot be parameterized
properly, or if a value cannot be retrieved properly.| Constructor and Description |
|---|
ParameterException(java.lang.String message)
Construct a new
ParameterException instance. |
ParameterException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new
ParameterException instance. |
getCausepublic ParameterException(java.lang.String message)
ParameterException instance.message - The detail message for this exception.public ParameterException(java.lang.String message,
java.lang.Throwable throwable)
ParameterException instance.message - The detail message for this exception.throwable - the root cause of the exception