jp.co.cybec.cb3.util
クラス ExitCodeConstant
java.lang.Object
jp.co.cybec.cb3.util.ExitCodeConstant
public class ExitCodeConstant
- extends Object
処理結果コードの定数クラスです。
処理結果コードは、アプリケーションの終了時にSystem.exit()を使用して呼出元に返すコードです。
- 作成者:
- Naoko Sugimoto
クラス 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.