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