CANCEL_STATUS, OK_STATUS| Modifier and Type | Method and Description |
|---|---|
static IStatus |
cancel(java.lang.String message)
Creates a new validation cancel status with the given message.
|
boolean |
equals(java.lang.Object obj)
Equality is based upon instance equality rather than identity.
|
static IStatus |
error(java.lang.String message)
Creates a new validation error status with the given message.
|
static IStatus |
error(java.lang.String message,
java.lang.Throwable exception)
Creates a new validation error status with the given message and
exception.
|
int |
hashCode() |
static IStatus |
info(java.lang.String message)
Creates a new validation info status with the given message.
|
static IStatus |
ok()
Returns an OK status.
|
static IStatus |
warning(java.lang.String message)
Creates a new validation warning status with the given message.
|
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches, setCode, setException, setMessage, setPlugin, setSeverity, toStringpublic static IStatus error(java.lang.String message)
message - public static IStatus cancel(java.lang.String message)
message - public static IStatus error(java.lang.String message, java.lang.Throwable exception)
message - exception - public static IStatus warning(java.lang.String message)
message - public static IStatus info(java.lang.String message)
message - public static IStatus ok()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.