クラス UnsupportedFragmentException

実装されたすべてのインターフェース:
SerializableSE

public class UnsupportedFragmentException extends RepositoryCreationException
既知のフラグメントインターフェースがリポジトリファクトリでサポートされていない場合、リポジトリの作成中に例外がスローされます。
導入:
2.5
作成者:
Mark Paluch
関連事項:
  • コンストラクターの詳細

    • UnsupportedFragmentException

      public UnsupportedFragmentException(StringSE msg, ClassSE<?> repositoryInterface, ClassSE<?> fragmentInterface)
      UnsupportedFragmentException のコンストラクター。
      パラメーター:
      msg - 詳細メッセージ。
      repositoryInterface - リポジトリインターフェース。
      fragmentInterface - 問題のあるフラグメントインターフェース。
  • メソッドの詳細

    • getFragmentInterface

      public ClassSE<?> getFragmentInterface()