public class PropertyControlledByHeadTaskException extends WrongTaskKindException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
PropertyControlledByHeadTaskException(java.lang.Object[] vars)
Constructor.
|
PropertyControlledByHeadTaskException(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 PropertyControlledByHeadTaskException(java.lang.Object[] vars)
vars
- See PropertyControlledByHeadTaskException(Object[], Throwable)
public PropertyControlledByHeadTaskException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWTKA0120E: The property ''{0}'' is not controlled by the task instance ''{1}'' because it is a follow-on task.cause
- The exception that was thrown.