public class HeadTaskIsInlineException extends WrongTaskKindException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
HeadTaskIsInlineException(java.lang.Object[] vars)
Constructor.
|
HeadTaskIsInlineException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public HeadTaskIsInlineException(java.lang.Object[] vars)
vars
- See HeadTaskIsInlineException(Object[], Throwable)
public HeadTaskIsInlineException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWTKA0130E: The requested action ''{0}'' cannot be applied to the task instance ''{1}'' because the head task in chain is an inline task.cause
- The exception that was thrown.