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