org.seasar.eclipse.common.util
クラス StatusUtil
java.lang.Object
org.seasar.eclipse.common.util.StatusUtil
public class StatusUtil
- extends Object
メソッドの概要 |
static IStatus |
create(Plugin plugin,
int severity,
int code,
String message,
Throwable throwable)
|
static IStatus |
createError(Plugin plugin,
int code,
String message,
Throwable throwable)
|
static IStatus |
createError(Plugin plugin,
int code,
Throwable throwable)
|
static IStatus |
createInfo(Plugin plugin,
int code,
String message,
Throwable throwable)
|
static IStatus |
createWarning(Plugin plugin,
int code,
String message,
Throwable throwable)
|
static boolean |
isError(IStatus status)
|
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatusUtil
public StatusUtil()
create
public static IStatus create(Plugin plugin,
int severity,
int code,
String message,
Throwable throwable)
createError
public static IStatus createError(Plugin plugin,
int code,
Throwable throwable)
createError
public static IStatus createError(Plugin plugin,
int code,
String message,
Throwable throwable)
createWarning
public static IStatus createWarning(Plugin plugin,
int code,
String message,
Throwable throwable)
createInfo
public static IStatus createInfo(Plugin plugin,
int code,
String message,
Throwable throwable)
isError
public static boolean isError(IStatus status)
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.