public class IsNotInlineException extends WrongKindException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
IsNotInlineException(java.lang.Object[] vars)
Constructor.
|
IsNotInlineException(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 IsNotInlineException(java.lang.Object[] vars)
vars
- See IsNotInlineException(Object[], Throwable)
public IsNotInlineException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 0 substitution variables for
CWTKA0060E: An invoked operation cannot be applied to tasks that are not inline tasks.cause
- The exception that was thrown.