Package org.openprovenance.prov.interop
Interface ErrorCodes
-
- All Known Implementing Classes:
CommandLineArguments
public interface ErrorCodesError Codes returned by provconvert- Author:
- lavm
-
-
Field Summary
Fields Modifier and Type Field Description static intSTATUS_BEAN_GENERATIONstatic intSTATUS_COMPARE_DIFFERENTstatic intSTATUS_COMPARE_NO_ARG1static intSTATUS_COMPARE_NO_ARG2static intSTATUS_NO_INPUTstatic intSTATUS_NO_OUTPUT_OR_COMPARISONstatic intSTATUS_OKstatic intSTATUS_PARSING_FAILstatic intSTATUS_TEMPLATE_UNBOUND_VARIABLE
-
-
-
Field Detail
-
STATUS_OK
static final int STATUS_OK
- See Also:
- Constant Field Values
-
STATUS_PARSING_FAIL
static final int STATUS_PARSING_FAIL
- See Also:
- Constant Field Values
-
STATUS_NO_INPUT
static final int STATUS_NO_INPUT
- See Also:
- Constant Field Values
-
STATUS_NO_OUTPUT_OR_COMPARISON
static final int STATUS_NO_OUTPUT_OR_COMPARISON
- See Also:
- Constant Field Values
-
STATUS_COMPARE_NO_ARG1
static final int STATUS_COMPARE_NO_ARG1
- See Also:
- Constant Field Values
-
STATUS_COMPARE_NO_ARG2
static final int STATUS_COMPARE_NO_ARG2
- See Also:
- Constant Field Values
-
STATUS_COMPARE_DIFFERENT
static final int STATUS_COMPARE_DIFFERENT
- See Also:
- Constant Field Values
-
STATUS_TEMPLATE_UNBOUND_VARIABLE
static final int STATUS_TEMPLATE_UNBOUND_VARIABLE
- See Also:
- Constant Field Values
-
STATUS_BEAN_GENERATION
static final int STATUS_BEAN_GENERATION
- See Also:
- Constant Field Values
-
-