public class ExitCodes extends Object
Modifier and Type | Field and Description |
---|---|
static int |
FAILURE
Failure
|
static int |
IO_ERROR
An IO error occurred
|
static int |
REQUIRED_ARGUMENTS_MISSING
The command requires arguments that were missing
|
static int |
REQUIRED_OPTION_MISSING
A required option was missing
|
static int |
REQUIRED_OPTION_VALUE_MISSING
An option requires a value and the value was missing
|
static int |
SUCCESS
Success
|
static int |
UNEXPECTED_ARGUMENT
The command received an unexpected argument
|
static int |
UNEXPECTED_ERROR
An unexpected error occurred
|
Constructor and Description |
---|
ExitCodes() |
public static final int SUCCESS
public static final int FAILURE
public static final int REQUIRED_OPTION_MISSING
public static final int REQUIRED_OPTION_VALUE_MISSING
public static final int REQUIRED_ARGUMENTS_MISSING
public static final int UNEXPECTED_ARGUMENT
public static final int IO_ERROR
public static final int UNEXPECTED_ERROR
Copyright © 2015. All rights reserved.