| Package | Description |
|---|---|
| com.atlassian.scheduler.cron |
Tools for working with cron expressions, including validation and translatable errors.
|
| Modifier and Type | Method and Description |
|---|---|
static CronSyntaxException.Builder |
CronSyntaxException.builder()
Returns a builder for constructing a
CronSyntaxExpression. |
CronSyntaxException.Builder |
CronSyntaxException.Builder.cause(Throwable cause)
Sets the cause of the exception.
|
CronSyntaxException.Builder |
CronSyntaxException.Builder.cronExpression(String cronExpression)
Sets the cron expression that caused the exception.
|
CronSyntaxException.Builder |
CronSyntaxException.Builder.errorCode(ErrorCode errorCode)
Sets the error code for the exception.
|
CronSyntaxException.Builder |
CronSyntaxException.Builder.errorOffset(int errorOffset)
Sets the error code for the exception.
|
CronSyntaxException.Builder |
CronSyntaxException.Builder.value(char value)
Sets the value that caused the exception.
|
CronSyntaxException.Builder |
CronSyntaxException.Builder.value(String value)
Sets the value that caused the exception.
|
Copyright © 2017 Atlassian. All rights reserved.