public final class ParameterException extends CascadingException
Parameterizable
component cannot be parameterized
properly, or if a value cannot be retrieved properly.Constructor and Description |
---|
ParameterException(String message)
Construct a new
ParameterException instance. |
ParameterException(String message,
Throwable throwable)
Construct a new
ParameterException instance. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParameterException(String message)
ParameterException
instance.message
- The detail message for this exception.Copyright © 2020. All rights reserved.