speedscheduler.io
Class SchedulesNotLoadedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byspeedscheduler.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().


Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SchedulesNotLoadedException()
          Construct a SchedulesNotLoadedException with a default message.
 
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.