public class ProcessInputUnknownTypeSystemException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProcessInputUnknownTypeSystemException(java.lang.Object[] vars)
Constructor.
|
ProcessInputUnknownTypeSystemException(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 ProcessInputUnknownTypeSystemException(java.lang.Object[] vars)
vars
- See ProcessInputUnknownTypeSystemException(Object[], Throwable)
public ProcessInputUnknownTypeSystemException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWWBA0104E: Could not invoke ''{0}'' : Unsupported type system: ''{1}''cause
- The exception that was thrown.