public class IdWrongTypeException extends TaskException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
IdWrongTypeException(java.lang.Object[] vars)
Constructor.
|
IdWrongTypeException(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 IdWrongTypeException(java.lang.Object[] vars)
vars
- See IdWrongTypeException(Object[], Throwable)
public IdWrongTypeException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWTKA0002E: The type of the ID ''{0}'' is wrong.cause
- The exception that was thrown.