CANCEL_STATUS, OK_STATUS
Modifier and Type | Method and Description |
---|---|
static IStatus |
cancel(String message)
Creates a new validation cancel status with the given message.
|
boolean |
equals(Object obj)
Equality is based upon instance equality rather than identity.
|
static IStatus |
error(String message)
Creates a new validation error status with the given message.
|
static IStatus |
error(String message,
Throwable exception)
Creates a new validation error status with the given message and
exception.
|
int |
hashCode() |
static IStatus |
info(String message)
Creates a new validation info status with the given message.
|
static IStatus |
ok()
Returns an OK status.
|
static IStatus |
warning(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, toString
public static IStatus error(String message)
message
- public static IStatus cancel(String message)
message
- public static IStatus error(String message, Throwable exception)
message
- exception
- public static IStatus warning(String message)
message
- public static IStatus info(String message)
message
- public static IStatus ok()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.