パッケージ org.springframework.util

クラス ExceptionTypeFilter

java.lang.ObjectSE
org.springframework.util.InstanceFilter <クラスSE<? ThrowableSE を拡張>>
org.springframework.util.ExceptionTypeFilter

public class ExceptionTypeFilter extends InstanceFilter<ClassSE<? extends ThrowableSE>>
例外型を処理する InstanceFilter 実装。型は、候補に割り当て可能な場合、その候補と一致します。
導入:
4.1
作成者:
Stephane Nicoll
  • コンストラクターの詳細

  • メソッドの詳細

    • match

      protected boolean match(ClassSE<? extends ThrowableSE> instance, ClassSE<? extends ThrowableSE> candidate)
      クラスからコピーされた説明: InstanceFilter
      指定された instance が指定された candidate と等しいかどうかを判別します。
      オーバーライド:
      クラス InstanceFilter<ClassSE<? extends ThrowableSE>>match 
      パラメーター:
      instance - 処理するインスタンス
      candidate - このフィルターで定義された候補
      戻り値:
      true (インスタンスが候補と一致する場合)