Uses of Class
com.example.model.FreeTimesNotSetException

Packages that use FreeTimesNotSetException
com.example.model   
 

Uses of FreeTimesNotSetException in com.example.model
 

Methods in com.example.model that throw FreeTimesNotSetException
 void Schedule.addBusyTimesToList(TimeInterval interval, java.util.List<TimeInterval> dayList)
          Adds a busy time TimeInterval to a list of intervals for a particular day.
 void Schedule.setBusyTimes(java.lang.String times)
          Parses a string of the form "MW 9:00 AM-11:15 AM, T 12:25 PM - 4:00 PM", containing a set of busy times for the schedule object.