|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
scheduler.generate.InstructorCanTeachNothingException
public class InstructorCanTeachNothingException
Exception thrown when an instructor's pref are such that no course could be selected which the instrutor is qualified to teach. Thus, there is no available course for which the instructor has specified a preference > 0.
Field Summary | |
---|---|
static long |
serialVersionUID
Makes javac happy |
Constructor Summary | |
---|---|
protected |
InstructorCanTeachNothingException()
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
Constructor Detail |
---|
protected InstructorCanTeachNothingException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |