scheduler.view
Class NullDaysInWeekConstructorException

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

public class NullDaysInWeekConstructorException
extends java.lang.Exception

Exception to be thrown when a null Day[] is passed to DaysInWeek(Day[] d) contructor

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

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

NullDaysInWeekConstructorException

protected NullDaysInWeekConstructorException()