Class SchedulerException.InvalidCronExpression
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.scheduler.exception.SchedulerException
dev.voidframework.scheduler.exception.SchedulerException.InvalidCronExpression
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SchedulerException
Exception indicates that CRON expression is invalid.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.scheduler.exception.SchedulerException
SchedulerException.FixedDelayAndRateAreExclusive, SchedulerException.InvalidCronExpression, SchedulerException.InvalidFixedDelay, SchedulerException.InvalidFixedRate, SchedulerException.InvalidInitialDelay -
Constructor Summary
ConstructorsConstructorDescriptionInvalidCronExpression(SchedulerException.InvalidCronExpression causeException, String errorMessage, Object... stringFormatArgs) Build a new instance.InvalidCronExpression(String errorMessage, Object... stringFormatArgs) Build a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCronExpression
Build a new instance.- Parameters:
errorMessage- The error message formatstringFormatArgs- The arguments for the error message format
-
InvalidCronExpression
public InvalidCronExpression(SchedulerException.InvalidCronExpression causeException, String errorMessage, Object... stringFormatArgs) Build a new instance.- Parameters:
causeException- The root exceptionerrorMessage- The error messagestringFormatArgs- The arguments for the error message format
-