| Package | Description |
|---|---|
| com.atlassian.scheduler.cron |
Tools for working with cron expressions, including validation and translatable errors.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
CronSyntaxException.getErrorCode()
Returns the error code identifying the underlying cause of the parse failure.
|
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CronSyntaxException.Builder |
CronSyntaxException.Builder.errorCode(ErrorCode errorCode)
Sets the error code for the exception.
|
Copyright © 2017 Atlassian. All rights reserved.