jp.co.cybec.cb3.util
クラス ExitCodeConstant

java.lang.Object
  上位を拡張 jp.co.cybec.cb3.util.ExitCodeConstant

public class ExitCodeConstant
extends Object

処理結果コードの定数クラスです。
処理結果コードは、アプリケーションの終了時にSystem.exit()を使用して呼出元に返すコードです。

作成者:
Naoko Sugimoto

フィールドの概要
static int ERROR
          異常終了
static int SUCCESS
          正常終了
 
コンストラクタの概要
ExitCodeConstant()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

SUCCESS

public static final int SUCCESS
正常終了

関連項目:
定数フィールド値

ERROR

public static final int ERROR
異常終了

関連項目:
定数フィールド値
コンストラクタの詳細

ExitCodeConstant

public ExitCodeConstant()


Copyright © 2008 Cyber Beans Corporation. All Rights Reserved.