public class TELValidationException extends TaskException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
TELValidationException(java.lang.String message)
Constructs an exception object.
|
TELValidationException(java.lang.String key,
java.lang.Object[] vars,
java.lang.String id,
java.lang.Throwable cause)
Constructs an exception object with a localized message.
|
TELValidationException(java.lang.String message,
java.lang.Throwable cause)
Constructs an exception object.
|
TELValidationException(java.lang.Throwable cause)
Constructs an exception object.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public TELValidationException(java.lang.String message)
message
- The error message.public TELValidationException(java.lang.Throwable cause)
cause
- The exception that was thrown.public TELValidationException(java.lang.String message, java.lang.Throwable cause)
message
- The error message.cause
- The exception that was thrown.public TELValidationException(java.lang.String key, java.lang.Object[] vars, java.lang.String id, java.lang.Throwable cause)
key
- The message key.vars
- The message variables. May be null
.id
- The message id.cause
- The exception that was thrown.