Class ValidationStatus
java.lang.Object
org.eclipse.core.runtime.Status
org.eclipse.core.databinding.validation.ValidationStatus
- All Implemented Interfaces:
IStatus
Convenience class for creating status objects.
- Since:
- 3.3
-
Field Summary
Fields inherited from class Status
CANCEL_STATUS, OK_STATUS -
Method Summary
Modifier and TypeMethodDescriptionstatic IStatusCreates a new validation cancel status with the given message.booleanEquality is based upon instance equality rather than identity.static IStatusCreates a new validation error status with the given message.static IStatusCreates a new validation error status with the given message and exception.inthashCode()static IStatusCreates a new validation info status with the given message.static IStatusok()Returns an OK status.static IStatusCreates a new validation warning status with the given message.Methods inherited from class Status
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches, setCode, setException, setMessage, setPlugin, setSeverity, toString, warning
-
Method Details
-
error
-
cancel
-
error
-
warning
-
info
-
ok
-
hashCode
-
equals
-