Class InvalidCategoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sakaiproject.service.gradebook.shared.GradebookException
-
- org.sakaiproject.service.gradebook.shared.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 Summary
Constructors Constructor Description InvalidCategoryException(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
-
InvalidCategoryException
public InvalidCategoryException(String message)
-
-