speedscheduler.io
Class SchedulesNotLoadedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by speedscheduler.io.SchedulesNotLoadedException
All Implemented Interfaces:
java.io.Serializable

 class SchedulesNotLoadedException
extends java.lang.RuntimeException

Thrown by implementors of ScheduleIO if attempts are made to retrieve persisted schedules without first calling loadSchedules().


Constructor Summary
SchedulesNotLoadedException()
          Construct a SchedulesNotLoadedException with a default message.
 
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

SchedulesNotLoadedException

public SchedulesNotLoadedException()
Construct a SchedulesNotLoadedException with a default message.