Class FragmentNotImplementedException

All Implemented Interfaces:
Serializable

public class FragmentNotImplementedException extends RepositoryCreationException
Exception thrown during repository creation or repository method invocation when invoking a repository method on a fragment without an implementation.
Since:
2.5
Author:
Mark Paluch
See Also:
  • Constructor Details

    • FragmentNotImplementedException

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