FlatServe Validator Plugin
1.1

com.small_it_office.flatserve.validator.rule
クラス ValidationRuleException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 com.small_it_office.flatserve.validator.rule.ValidationRuleException
すべての実装されたインタフェース:
java.io.Serializable

public class ValidationRuleException
extends java.lang.RuntimeException

バリデーションルールの定義や設定が不正であることを示す例外です。

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

コンストラクタの概要
ValidationRuleException(java.lang.String message)
          例外のコンストラクタ。
ValidationRuleException(java.lang.String message, java.lang.Throwable e)
          例外のコンストラクタ。
 
メソッドの概要
 
クラス 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
 

コンストラクタの詳細

ValidationRuleException

public ValidationRuleException(java.lang.String message)
例外のコンストラクタ。

パラメータ:
message - 例外メッセージ

ValidationRuleException

public ValidationRuleException(java.lang.String message,
                               java.lang.Throwable e)
例外のコンストラクタ。

パラメータ:
message - 例外メッセージ
e - 発生元の例外

FlatServe Validator Plugin
1.1