Class InvalidCategoryException

  • All Implemented Interfaces:
    Serializable

    public class InvalidCategoryException
    extends GradebookException
    indicates that there was an attempt to associate an assignment with an invalid category. This could be because the category does not exist or is not associated with the assignment's gradebook.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidCategoryException

        public InvalidCategoryException​(String message)