Class AssignmentHasIllegalPointsException

  • All Implemented Interfaces:
    Serializable

    public class AssignmentHasIllegalPointsException
    extends GradebookException
    indicates that there was an attempt to enter an assignments grade with a zero point grade allowed but with a grade greater than "0" assigned to it which could results in a divide by zero calculation.
    Author:
    Louis Majanja
    See Also:
    Serialized Form
    • Constructor Detail

      • AssignmentHasIllegalPointsException

        public AssignmentHasIllegalPointsException​(String message)