|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorCode | |
|---|---|
| com.atlassian.scheduler.cron | Tools for working with cron expressions, including validation and translatable errors. |
| Uses of ErrorCode in com.atlassian.scheduler.cron |
|---|
| Methods in com.atlassian.scheduler.cron that return ErrorCode | |
|---|---|
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. |
| Methods in com.atlassian.scheduler.cron with parameters of type ErrorCode | |
|---|---|
CronSyntaxException.Builder |
CronSyntaxException.Builder.errorCode(ErrorCode errorCode)
Sets the error code for the exception. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||