Class UnsupportedFragmentException

All Implemented Interfaces:
Serializable

public class UnsupportedFragmentException extends RepositoryCreationException
Exception thrown during repository creation when a well-known fragment interface is not supported by the repository factory.
Since:
2.5
Author:
Mark Paluch
See Also:
  • Constructor Details

    • UnsupportedFragmentException

      public UnsupportedFragmentException(String msg, Class<?> repositoryInterface, Class<?> fragmentInterface)
      Constructor for UnsupportedFragmentException.
      Parameters:
      msg - the detail message.
      repositoryInterface - the repository interface.
      fragmentInterface - the offending fragment interface.
  • Method Details

    • getFragmentInterface

      public Class<?> getFragmentInterface()