org.cleartk.util.CleartkExceptions.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cleartk-util Show documentation
Show all versions of cleartk-util Show documentation
ClearTK basic readers, annotators and utility code
org.cleartk.util.CleartkInitializationException.fileNotFound = Could not locate file "{0}"
org.cleartk.util.CleartkInitializationException.incompatibleTypeParameters = {0} ({1}={2}) is incompatible with {3} ({4}={5})
org.cleartk.util.CleartkInitializationException.incompatibleTypeParameterAndType = {0} ({1}={2}) is incompatible with {1}={3}
org.cleartk.util.CleartkInitializationException.invalidParameterValueSelectFrom = Expected parameter "{0}" to be one of {1}, found {2}
org.cleartk.util.CleartkInitializationException.neitherParameterSet = Expected one of the configuration parameters "{0}" or "{2}" to be set, found {0}={1} {2}={3}
org.cleartk.util.CleartkInitializationException.notExactlyOneParameterSet = Expected one of the configuration parameters "{0}" or "{2}" to be set (but not both), found {0}={1} {2}={3}
org.cleartk.util.CleartkInitializationException.notSingleCharacter = Expected parameter "{0}" to be a single character, found {1}
org.cleartk.util.CleartkInitializationException.parameterLessThan = Expected parameter "{0}" to be greater than or equal to {1}, found {2}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy