-
public interface ExitCodesExit codes which can be returned by jdmpview. see Jazz Design 46749
-
-
Field Summary
Fields Modifier and Type Field Description static intJDMPVIEW_APPEND_OVERWRITE_COEXISTOption -append and Option -overwrite can not co-exist.static intJDMPVIEW_FILE_ERRORThe core file could not be foundstatic intJDMPVIEW_INTERNAL_ERRORAn internal error occurred and processing was abortedstatic intJDMPVIEW_NOJVM_ERRORThere were no jvm's found in the core filestatic intJDMPVIEW_OUTFILE_EXISTSAn output file already exists and the overwrite option was not setstatic intJDMPVIEW_SUCCESSProcessing completed normally without errorstatic intJDMPVIEW_SYNTAX_ERROROne of the supplied commands could not be executed, or had a syntax error, processing continued afterwards.
-
-
-
Field Detail
-
JDMPVIEW_SUCCESS
static final int JDMPVIEW_SUCCESS
Processing completed normally without error- See Also:
- Constant Field Values
-
JDMPVIEW_SYNTAX_ERROR
static final int JDMPVIEW_SYNTAX_ERROR
One of the supplied commands could not be executed, or had a syntax error, processing continued afterwards.- See Also:
- Constant Field Values
-
JDMPVIEW_FILE_ERROR
static final int JDMPVIEW_FILE_ERROR
The core file could not be found- See Also:
- Constant Field Values
-
JDMPVIEW_NOJVM_ERROR
static final int JDMPVIEW_NOJVM_ERROR
There were no jvm's found in the core file- See Also:
- Constant Field Values
-
JDMPVIEW_INTERNAL_ERROR
static final int JDMPVIEW_INTERNAL_ERROR
An internal error occurred and processing was aborted- See Also:
- Constant Field Values
-
JDMPVIEW_OUTFILE_EXISTS
static final int JDMPVIEW_OUTFILE_EXISTS
An output file already exists and the overwrite option was not set- See Also:
- Constant Field Values
-
JDMPVIEW_APPEND_OVERWRITE_COEXIST
static final int JDMPVIEW_APPEND_OVERWRITE_COEXIST
Option -append and Option -overwrite can not co-exist.- See Also:
- Constant Field Values
-
-