Class MarkException.LimitReached

    • Constructor Detail

      • LimitReached

        public LimitReached​(int limit,
                            @Nullable
                            Map<String,​?> marks)
      • LimitReached

        public LimitReached​(int limit,
                            Collection<String> markTypes)
    • Method Detail

      • limit

        public int limit()
        Returns:
        the maximum number of marks that are permitted
      • markTypes

        public List<String> markTypes()
        Returns:
        the mark types that are already present