|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.Status
org.eclipse.core.databinding.validation.ValidationStatus
Convenience class for creating status objects.
Field Summary |
---|
Fields inherited from class org.eclipse.core.runtime.Status |
---|
CANCEL_STATUS, OK_STATUS |
Fields inherited from interface org.eclipse.core.runtime.IStatus |
---|
CANCEL, ERROR, INFO, OK, WARNING |
Method Summary | |
---|---|
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. |
Methods inherited from class org.eclipse.core.runtime.Status |
---|
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches, setCode, setException, setMessage, setPlugin, setSeverity, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
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 int hashCode()
public boolean equals(Object obj)
Object.equals(java.lang.Object)
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.