org.sakaiproject.service.gradebook.shared
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidCategoryException
public InvalidCategoryException(String message)
Copyright © 2003-2013 Sakai Project. All Rights Reserved.