org.seasar.eclipse.common.util
クラス StatusUtil

java.lang.Object
  上位を拡張 org.seasar.eclipse.common.util.StatusUtil

public class StatusUtil
extends Object


コンストラクタの概要
StatusUtil()
           
 
メソッドの概要
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.