Package edu.harvard.hul.ois.jhove
Enum CoreMessageConstants
- java.lang.Object
-
- java.lang.Enum<CoreMessageConstants>
-
- edu.harvard.hul.ois.jhove.CoreMessageConstants
-
- All Implemented Interfaces:
Serializable,Comparable<CoreMessageConstants>
public enum CoreMessageConstants extends Enum<CoreMessageConstants>
- Version:
- 0.1 Created 2 Nov 2017:09:24:33
- Author:
- Carl Wilson carlwilson AT github
-
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE
-
Field Summary
Fields Modifier and Type Field Description static StringERR_APP_PROP_MISSstatic StringERR_FILE_NOT_FOUNDstatic StringERR_FILE_READstatic StringERR_ICC_PRFL_DESC_MISSstatic StringEXC_CHAR_ENC_UNSPPTDstatic StringEXC_CONF_FILE_INVALstatic StringEXC_CONF_FILE_LOC_MISSstatic StringEXC_CONF_FILE_UNPRSstatic StringEXC_CONF_FILE_UNRDBLstatic StringEXC_FILE_OPENstatic StringEXC_HNDL_INST_FAILstatic StringEXC_JAVA_VER_INCMPTstatic StringEXC_LIST_PROP_CLSS_INCMPTstatic StringEXC_MAP_PROP_CLSS_INCMPTstatic StringEXC_MODL_INST_FAILstatic StringEXC_PROP_CLSS_INCMPTstatic StringEXC_PROP_VAL_NULLstatic StringEXC_PRV_CNSTRCTstatic StringEXC_SAX_PRSR_MISSstatic StringEXC_SCL_PROP_CLSS_INCMPTstatic StringEXC_SET_PROP_CLSS_INCMPTstatic StringEXC_TEMP_FILE_CRTstatic StringEXC_UNEXPECTEDstatic StringEXC_URI_CONV_FAILstatic StringEXC_URL_NOT_FNDstatic StringINF_FILE_EMPTY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CoreMessageConstantsvalueOf(String name)Returns the enum constant of this type with the specified name.static CoreMessageConstants[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INSTANCE
public static final CoreMessageConstants INSTANCE
-
-
Field Detail
-
EXC_CHAR_ENC_UNSPPTD
public static final String EXC_CHAR_ENC_UNSPPTD
- See Also:
- Constant Field Values
-
EXC_CONF_FILE_LOC_MISS
public static final String EXC_CONF_FILE_LOC_MISS
- See Also:
- Constant Field Values
-
EXC_CONF_FILE_INVAL
public static final String EXC_CONF_FILE_INVAL
- See Also:
- Constant Field Values
-
EXC_CONF_FILE_UNRDBL
public static final String EXC_CONF_FILE_UNRDBL
- See Also:
- Constant Field Values
-
EXC_CONF_FILE_UNPRS
public static final String EXC_CONF_FILE_UNPRS
- See Also:
- Constant Field Values
-
EXC_FILE_OPEN
public static final String EXC_FILE_OPEN
- See Also:
- Constant Field Values
-
EXC_HNDL_INST_FAIL
public static final String EXC_HNDL_INST_FAIL
- See Also:
- Constant Field Values
-
EXC_JAVA_VER_INCMPT
public static final String EXC_JAVA_VER_INCMPT
- See Also:
- Constant Field Values
-
EXC_MODL_INST_FAIL
public static final String EXC_MODL_INST_FAIL
- See Also:
- Constant Field Values
-
EXC_PRV_CNSTRCT
public static final String EXC_PRV_CNSTRCT
- See Also:
- Constant Field Values
-
EXC_PROP_VAL_NULL
public static final String EXC_PROP_VAL_NULL
- See Also:
- Constant Field Values
-
EXC_SAX_PRSR_MISS
public static final String EXC_SAX_PRSR_MISS
- See Also:
- Constant Field Values
-
EXC_PROP_CLSS_INCMPT
public static final String EXC_PROP_CLSS_INCMPT
- See Also:
- Constant Field Values
-
EXC_SCL_PROP_CLSS_INCMPT
public static final String EXC_SCL_PROP_CLSS_INCMPT
- See Also:
- Constant Field Values
-
EXC_MAP_PROP_CLSS_INCMPT
public static final String EXC_MAP_PROP_CLSS_INCMPT
- See Also:
- Constant Field Values
-
EXC_SET_PROP_CLSS_INCMPT
public static final String EXC_SET_PROP_CLSS_INCMPT
- See Also:
- Constant Field Values
-
EXC_LIST_PROP_CLSS_INCMPT
public static final String EXC_LIST_PROP_CLSS_INCMPT
- See Also:
- Constant Field Values
-
EXC_TEMP_FILE_CRT
public static final String EXC_TEMP_FILE_CRT
- See Also:
- Constant Field Values
-
EXC_URI_CONV_FAIL
public static final String EXC_URI_CONV_FAIL
- See Also:
- Constant Field Values
-
EXC_URL_NOT_FND
public static final String EXC_URL_NOT_FND
- See Also:
- Constant Field Values
-
EXC_UNEXPECTED
public static final String EXC_UNEXPECTED
- See Also:
- Constant Field Values
-
ERR_APP_PROP_MISS
public static final String ERR_APP_PROP_MISS
- See Also:
- Constant Field Values
-
ERR_ICC_PRFL_DESC_MISS
public static final String ERR_ICC_PRFL_DESC_MISS
- See Also:
- Constant Field Values
-
ERR_FILE_NOT_FOUND
public static final String ERR_FILE_NOT_FOUND
- See Also:
- Constant Field Values
-
ERR_FILE_READ
public static final String ERR_FILE_READ
- See Also:
- Constant Field Values
-
INF_FILE_EMPTY
public static final String INF_FILE_EMPTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static CoreMessageConstants[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CoreMessageConstants c : CoreMessageConstants.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CoreMessageConstants valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-