Uses of Class
com.uwyn.rife.scheduler.exceptions.SchedulerException

Packages that use SchedulerException
com.uwyn.rife.scheduler Provides classes and interfaces for the scheduler. 
com.uwyn.rife.scheduler.exceptions Provides exception classes for the scheduler. 
com.uwyn.rife.scheduler.schedulermanagers.exceptions Provides classes for the exceptions that can occur during the management of schedulers. 
com.uwyn.rife.scheduler.taskmanagers.exceptions Provides classes for the exceptions that can occur during the management of tasks. 
com.uwyn.rife.scheduler.taskoptionmanagers.exceptions Provides classes for the exceptions that can occur during the management of task options. 
 

Uses of SchedulerException in com.uwyn.rife.scheduler
 

Methods in com.uwyn.rife.scheduler that throw SchedulerException
 boolean Scheduler.addExecutor(Executor executor)
           
 String Task.getTaskoptionValue(String name)
           
 

Uses of SchedulerException in com.uwyn.rife.scheduler.exceptions
 

Subclasses of SchedulerException in com.uwyn.rife.scheduler.exceptions
 class ExecutorAlreadyRegisteredException
           
 class FrequencyException
           
 class SchedulerManagerException
           
 class TaskManagerException
           
 class TaskoptionManagerException
           
 

Uses of SchedulerException in com.uwyn.rife.scheduler.schedulermanagers.exceptions
 

Subclasses of SchedulerException in com.uwyn.rife.scheduler.schedulermanagers.exceptions
 class InitializationErrorException
           
 class InstallSchedulerErrorException
           
 class ModificationTimeErrorException
           
 class RemoveSchedulerErrorException
           
 class SchedulerNotFoundException
           
 

Uses of SchedulerException in com.uwyn.rife.scheduler.taskmanagers.exceptions
 

Subclasses of SchedulerException in com.uwyn.rife.scheduler.taskmanagers.exceptions
 class ActivateTaskErrorException
           
 class AddTaskErrorException
           
 class ConcludeTaskErrorException
           
 class DesactivateTaskErrorException
           
 class GetScheduledTasksErrorException
           
 class GetTaskErrorException
           
 class GetTaskIdErrorException
           
 class GetTasksToProcessErrorException
           
 class InstallTasksErrorException
           
 class RemoveTaskErrorException
           
 class RemoveTasksErrorException
           
 class RescheduleTaskErrorException
           
 class UpdateTaskErrorException
           
 

Uses of SchedulerException in com.uwyn.rife.scheduler.taskoptionmanagers.exceptions
 

Subclasses of SchedulerException in com.uwyn.rife.scheduler.taskoptionmanagers.exceptions
 class AddTaskoptionErrorException
           
 class DuplicateTaskoptionException
           
 class GetTaskoptionErrorException
           
 class GetTaskoptionsErrorException
           
 class InexistentTaskIdException
           
 class InstallTaskoptionsErrorException
           
 class RemoveTaskoptionErrorException
           
 class RemoveTaskoptionsErrorException
           
 class UpdateTaskoptionErrorException
           
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.