public class MessageDefinitionDoesNotMatchException extends TaskException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
MessageDefinitionDoesNotMatchException(java.lang.Object[] vars)
Constructor.
|
MessageDefinitionDoesNotMatchException(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 MessageDefinitionDoesNotMatchException(java.lang.Object[] vars)
vars
- See MessageDefinitionDoesNotMatchException(Object[], Throwable)
public MessageDefinitionDoesNotMatchException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWTKA0079E: The message definition of the predecessor task ''{0}'' does not match the message definition of the follow-on task ''{1}''.cause
- The exception that was thrown.