Uses of Class
it.sauronsoftware.cron4j.InvalidPatternException

Uses of InvalidPatternException in it.sauronsoftware.cron4j
 

Methods in it.sauronsoftware.cron4j that throw InvalidPatternException
 void Scheduler.reschedule(java.lang.Object id, java.lang.String schedulingPattern)
          This method changes the scheduling pattern of a task.
 java.lang.Object Scheduler.schedule(java.lang.String schedulingPattern, java.lang.Runnable task)
          This method schedules a task execution.
 

Constructors in it.sauronsoftware.cron4j that throw InvalidPatternException
Predictor(java.lang.String schedulingPattern)
          It builds a predictor with the given scheduling pattern and the current system time as the prediction start time.
Predictor(java.lang.String schedulingPattern, java.util.Date start)
          It builds a predictor with the given scheduling pattern and start time.
Predictor(java.lang.String schedulingPattern, long start)
          It builds a predictor with the given scheduling pattern and start time.