public abstract class ExCourseControl extends Exception{ public ExCourseControl(String msg) {super(msg);} }