org.psychomad.psycholib.std
Interface ExitCodes


public interface ExitCodes

This class if useful since it define the exit codes that can be used by any application. Each of these codes correspond to a number and have a special meaning.


Field Summary
static int EXIT_CODE_CORRUPTED_FILES
          This code indicates corrupted files
static int EXIT_CODE_ERROR_LOADING_MAPFILE
          This code indicates an error while loading the mapfile
static int EXIT_CODE_LICENSE_NOT_ACCEPTED
          This code indicates that the user haven't accept the license
static int EXIT_CODE_NOK
          This code indicates a general error
static int EXIT_CODE_OK
          This code indicates to a correct exit status
static int EXIT_CODE_WRONG_ARGUMENTS
          This code indicates a wrong number of arguments on the command line
 

Field Detail

EXIT_CODE_OK

static final int EXIT_CODE_OK
This code indicates to a correct exit status

See Also:
Constant Field Values

EXIT_CODE_WRONG_ARGUMENTS

static final int EXIT_CODE_WRONG_ARGUMENTS
This code indicates a wrong number of arguments on the command line

See Also:
Constant Field Values

EXIT_CODE_CORRUPTED_FILES

static final int EXIT_CODE_CORRUPTED_FILES
This code indicates corrupted files

See Also:
Constant Field Values

EXIT_CODE_ERROR_LOADING_MAPFILE

static final int EXIT_CODE_ERROR_LOADING_MAPFILE
This code indicates an error while loading the mapfile

See Also:
Constant Field Values

EXIT_CODE_NOK

static final int EXIT_CODE_NOK
This code indicates a general error

See Also:
Constant Field Values

EXIT_CODE_LICENSE_NOT_ACCEPTED

static final int EXIT_CODE_LICENSE_NOT_ACCEPTED
This code indicates that the user haven't accept the license

See Also:
Constant Field Values


Copyright 2006 null. All Rights Reserved.