scheduler.view
Class NullDayException

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

public class NullDayException
extends java.lang.Exception

Exception to be thrown when a null Day is passed to isDaySelected() or setDay() in DaysInWeek method

Author:
Sasiluk Ruangrongsorakai (sruangro@calpoly.edu)
See Also:
Serialized Form

Constructor Summary
protected NullDayException()
           
 
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

NullDayException

protected NullDayException()