public interface ExitCodes
Exit codes which can be returned by jdmpview.
see Jazz Design 46749
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intOption -append and Option -overwrite can not co-exist.static final intThe core file could not be foundstatic final intAn internal error occurred and processing was abortedstatic final intThere were no jvm's found in the core filestatic final intAn output file already exists and the overwrite option was not setstatic final intProcessing completed normally without errorstatic final intOne of the supplied commands could not be executed, or had a syntax error, processing continued afterwards.
-
Field Details
-
JDMPVIEW_SUCCESS
static final int JDMPVIEW_SUCCESSProcessing completed normally without error- See Also:
-
JDMPVIEW_SYNTAX_ERROR
static final int JDMPVIEW_SYNTAX_ERROROne of the supplied commands could not be executed, or had a syntax error, processing continued afterwards.- See Also:
-
JDMPVIEW_FILE_ERROR
static final int JDMPVIEW_FILE_ERRORThe core file could not be found- See Also:
-
JDMPVIEW_NOJVM_ERROR
static final int JDMPVIEW_NOJVM_ERRORThere were no jvm's found in the core file- See Also:
-
JDMPVIEW_INTERNAL_ERROR
static final int JDMPVIEW_INTERNAL_ERRORAn internal error occurred and processing was aborted- See Also:
-
JDMPVIEW_OUTFILE_EXISTS
static final int JDMPVIEW_OUTFILE_EXISTSAn output file already exists and the overwrite option was not set- See Also:
-
JDMPVIEW_APPEND_OVERWRITE_COEXIST
static final int JDMPVIEW_APPEND_OVERWRITE_COEXISTOption -append and Option -overwrite can not co-exist.- See Also:
-