package exception
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class CourseNotFoundException(message: String) extends Exception with ResourceNotFoundException with Product with Serializable
- trait ResourceNotFoundException extends Exception
- case class StudyPlanNotFoundException(studyPlanName: String) extends Exception with ResourceNotFoundException with Product with Serializable
Value Members
- object ResourceNotFoundException extends Serializable