public interface ExitCodes
Exit codes which can be returned by jdmpview.
see Jazz Design 46749
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Option -append and Option -overwrite can not co-exist.static final int
The core file could not be foundstatic final int
An internal error occurred and processing was abortedstatic final int
There were no jvm's found in the core filestatic final int
An output file already exists and the overwrite option was not setstatic final int
Processing completed normally without errorstatic final int
One 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:
-