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. |
getCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParameterException(String message)
ParameterException instance.message - The detail message for this exception.Copyright © 2021. All rights reserved.