jp.co.ogis_ri.citk.policytool.common.exception
クラス SystemException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 jp.co.ogis_ri.citk.policytool.common.exception.SystemException
すべての実装されたインタフェース:
Serializable

public class SystemException
extends RuntimeException

このアプリケーションで処理する例外のうち, アプリケーションが強制終了するように振舞う例外.

関連項目:
直列化された形式

コンストラクタの概要
SystemException()
          コンストラクタ.
SystemException(String message)
          コンストラクタ.
SystemException(String message, Throwable cause)
          コンストラクタ.
SystemException(Throwable cause)
          コンストラクタ.
 
メソッドの概要
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

SystemException

public SystemException()
コンストラクタ.


SystemException

public SystemException(String message)
コンストラクタ.

パラメータ:
message - メッセージ文字列.

SystemException

public SystemException(Throwable cause)
コンストラクタ.

パラメータ:
cause - この例外の原因となった例外.

SystemException

public SystemException(String message,
                       Throwable cause)
コンストラクタ.

パラメータ:
message - メッセージ文字列.
cause - この例外の原因となった例外.


Copyright © 2011-2012 OGIS-RI Co.,Ltd.. All Rights Reserved.