Class UnmappableCourseGradeOverrideException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sakaiproject.service.gradebook.shared.GradebookException
-
- org.sakaiproject.service.gradebook.shared.exception.UnmappableCourseGradeOverrideException
-
- All Implemented Interfaces:
Serializable
public class UnmappableCourseGradeOverrideException extends GradebookException
Exception throws when a course grade override is found to be unmappable due to a change in the grading schema.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnmappableCourseGradeOverrideException(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
-
UnmappableCourseGradeOverrideException
public UnmappableCourseGradeOverrideException(String message)
-
-