public class UnsupportedParameterValueException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
UnsupportedParameterValueException(java.lang.Object[] vars)
Constructor.
|
UnsupportedParameterValueException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public UnsupportedParameterValueException(java.lang.Object[] vars)
vars
- See UnsupportedParameterValueException(Object[], Throwable)
public UnsupportedParameterValueException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWWBA0166E: The parameter ''{0}'' has an unsupported value ''{1}''. Supported values are: ''{2}''.cause
- The exception that was thrown.