Class InvalidGradeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sakaiproject.service.gradebook.shared.GradebookException
-
- org.sakaiproject.service.gradebook.shared.InvalidGradeException
-
- All Implemented Interfaces:
Serializable
public class InvalidGradeException extends GradebookException
indicates that there was an attempt to save a score that was not valid given the gradebook's grade entry type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidGradeException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidGradeException
public InvalidGradeException(String message)
-
-