Uses of Interface
com.redwood.scheduler.infrastructure.exception.ExceptionData
-
Packages that use ExceptionData Package Description com.redwood.scheduler.api.constraint Scheduler API - Dates and Periodscom.redwood.scheduler.api.exception Scheduler API - Exceptionscom.redwood.scheduler.infrastructure.exception -
-
Uses of ExceptionData in com.redwood.scheduler.api.constraint
Classes in com.redwood.scheduler.api.constraint that implement ExceptionData Modifier and Type Class Description class
ConstraintViolatedException
Exception when a constraint is violated. -
Uses of ExceptionData in com.redwood.scheduler.api.exception
Classes in com.redwood.scheduler.api.exception that implement ExceptionData Modifier and Type Class Description class
ExportException
Base class for exceptions relating to exporting objects.class
SchedulerCustomException
Custom exception, isBestException() returns true so will be chosen by the UI.class
SchedulerCustomLowLevelException
Custom low-level exception, isBestException() returns false so will not be chosen by the UI.class
SchedulerCustomLowLevelRuntimeException
Custom low-level runtime exception, isBestException() returns false so will not be chosen by the UI.class
SchedulerCustomRuntimeException
Custom runtime exception, isBestException() returns true so will be chosen by the UI. -
Uses of ExceptionData in com.redwood.scheduler.infrastructure.exception
Classes in com.redwood.scheduler.infrastructure.exception that implement ExceptionData Modifier and Type Class Description class
BaseSchedulerException
The BaseSchedulerException is the implementation of theSchedulerException
except that it does not define the versions, so is safe to use with exceptions before logging is enabled.class
SchedulerException
Base exception for all non-Runtime Scheduler exceptions.class
SchedulerRuntimeException
Base exception for all non-Runtime Scheduler exceptions.
-