public class WrongTaskTemplateKindException extends WrongKindException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
WrongTaskTemplateKindException(java.lang.Object[] vars)
Constructor.
|
WrongTaskTemplateKindException(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 WrongTaskTemplateKindException(java.lang.Object[] vars)
vars
- See WrongTaskTemplateKindException(Object[], Throwable)
public WrongTaskTemplateKindException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWTKA0065E: Task template kind ''{0}'' of template ''{1}'' does not allow the requested action ''{2}''.cause
- The exception that was thrown.