scheduler.generate
Class NullCourseDatabaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by scheduler.generate.NullCourseDatabaseException
All Implemented Interfaces:
java.io.Serializable

public class NullCourseDatabaseException
extends java.lang.Exception

Exception to be thrown when a null course database is passed to any particular generating class/method. In particular, when the "getData()" method for a CDB returns null.

Author:
Eric Liebowitz
See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Makes javac happy
 
Constructor Summary
protected NullCourseDatabaseException()
           
 
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

serialVersionUID

public static final long serialVersionUID
Makes javac happy

See Also:
Constant Field Values
Constructor Detail

NullCourseDatabaseException

protected NullCourseDatabaseException()