All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.harvard.hul.ois.jhove.module.iff.MessageConstants Maven / Gradle / Ivy

package edu.harvard.hul.ois.jhove.module.iff;

/**
 * @author  Carl Wilson
 *          carlwilson AT github
 *
 * @version 1.0
 *
 * Created 31 Oct 2017:15:54:36
 */
public enum MessageConstants {
	INSTANCE;

	public static final String ERR_CHUNK_ID_CHAR_INV = "Invalid character in Chunk ID";
	public static final String ERR_CHUNK_ID_CHAR_SUB = "Character = 0x";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy