gov.nasa.pds.vtool.status
Interface ExitStatusType

All Known Implementing Classes:
ExitStatus, VTool

public interface ExitStatusType

Values to indicate the success/failure of a VTool run.

Author:
mcayanan

Field Summary
static int APPLICATION_ERROR
           
static int ERRORS_FOUND
           
static int SKIPPED_FILES
           
static int SUCCESS
           
static int SYSTEM_ERROR
           
static int WARNINGS_FOUND
           
 

Field Detail

SUCCESS

static final int SUCCESS
See Also:
Constant Field Values

APPLICATION_ERROR

static final int APPLICATION_ERROR
See Also:
Constant Field Values

SYSTEM_ERROR

static final int SYSTEM_ERROR
See Also:
Constant Field Values

SKIPPED_FILES

static final int SKIPPED_FILES
See Also:
Constant Field Values

WARNINGS_FOUND

static final int WARNINGS_FOUND
See Also:
Constant Field Values

ERRORS_FOUND

static final int ERRORS_FOUND
See Also:
Constant Field Values


Copyright © 2005-2014 Planetary Data System. All Rights Reserved.