|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CronSyntaxException.Builder | |
|---|---|
| com.atlassian.scheduler.cron | Tools for working with cron expressions, including validation and translatable errors. |
| Uses of CronSyntaxException.Builder in com.atlassian.scheduler.cron |
|---|
| Methods in com.atlassian.scheduler.cron that return CronSyntaxException.Builder | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||