jp.oarts.pirka.core.util.check
クラス PirkaCheckException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 jp.oarts.pirka.core.util.check.PirkaCheckException
すべての実装されたインタフェース:
java.io.Serializable

public class PirkaCheckException
extends java.lang.Exception
implements java.io.Serializable

チェックエラー時のEXCEPTION
チェッカーでエラーが発生したらこのEXCEPTIONをスローします。
コンストラクターで与えられたメッセージがエラーメッセージとして WEB画面に表示されます。

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

フィールドの概要
protected  java.lang.String[] messageOptions
           
protected  PirkaStandardMessage standardMessage
           
 
コンストラクタの概要
PirkaCheckException(PirkaStandardMessage standardMessage, java.lang.String... messageOptions)
          コンストラクタ
PirkaCheckException(PirkaStandardMessage standardMessage, java.lang.Throwable cause, java.lang.String... messageOptions)
          コンストラクタ
PirkaCheckException(java.lang.String message)
          コンストラクタ
PirkaCheckException(java.lang.String message, java.lang.Throwable cause)
          コンストラクタ
 
メソッドの概要
 java.lang.String[] getMessageOptions()
          メッセージオプションの取得
 PirkaStandardMessage getStandardMessage()
          標準メッセージを取得する
 
クラス 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
 

フィールドの詳細

messageOptions

protected java.lang.String[] messageOptions

standardMessage

protected PirkaStandardMessage standardMessage
コンストラクタの詳細

PirkaCheckException

public PirkaCheckException(PirkaStandardMessage standardMessage,
                           java.lang.String... messageOptions)
コンストラクタ

パラメータ:
standardMessage - 標準メッセージ
messageOptions - メッセージオプション配列

PirkaCheckException

public PirkaCheckException(PirkaStandardMessage standardMessage,
                           java.lang.Throwable cause,
                           java.lang.String... messageOptions)
コンストラクタ

パラメータ:
standardMessage - 標準メッセージ
cause - このエラーが発生した元の例外
messageOptions - メッセージオプション配列

PirkaCheckException

public PirkaCheckException(java.lang.String message)
コンストラクタ

パラメータ:
message - エラーメッセージ

PirkaCheckException

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

パラメータ:
message - エラーメッセージ
cause - このエラーが発生した元の例外
メソッドの詳細

getMessageOptions

public java.lang.String[] getMessageOptions()
メッセージオプションの取得

戻り値:
メッセージオプション配列

getStandardMessage

public PirkaStandardMessage getStandardMessage()
標準メッセージを取得する

戻り値:
pirka標準メッセージ