scheduler.view
Class NullScheduleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by scheduler.view.NullScheduleException
All Implemented Interfaces:
java.io.Serializable

public class NullScheduleException
extends java.lang.Exception

Exception thrown when the viewSchedule method is called with a null schedule.

Author:
Jason Mak, jamak3@gmail.com
See Also:
Serialized Form

Constructor Summary
NullScheduleException()
          Construct with the super constructor.
 
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
 

Constructor Detail

NullScheduleException

public NullScheduleException()
Construct with the super constructor.