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