Interface FrequentMessages


public interface FrequentMessages
Frequent exception messages, collected centrally in one interface.
Author:
Justin Weich
  • Field Details

    • SIMILARITY_MODEL_HANDLER_DATA_CLASS_NOT_FOUND

      static final String SIMILARITY_MODEL_HANDLER_DATA_CLASS_NOT_FOUND
      Exception message when creating a similarity measure in SimilarityModelHandler, for which the desired data class doesn't exist.
      See Also:
    • SIMILARITY_MODEL_HANDLER_ENTRY_DATA_CLASS_INSTEAD_OF_DATA_OBJECT

      static final String SIMILARITY_MODEL_HANDLER_ENTRY_DATA_CLASS_INSTEAD_OF_DATA_OBJECT
      Exception message when parsing an entry tag in SimilarityModelHandler. An atomic object is required, but the name of a data class is given. Possibly, the measure SMTableDataClass should be used.
      See Also:
    • SIMILARITY_MODEL_HANDLER_ENTRY_DATA_CLASS_NOT_FOUND

      static final String SIMILARITY_MODEL_HANDLER_ENTRY_DATA_CLASS_NOT_FOUND
      Exception message when parsing an entry tag in SimilarityModelHandler. A data class is required, but does not exist. Possibly, the measure SMTableDataObject should be used.
      See Also:
    • SIMILARITY_MODEL_HANDLER_NO_SIMILARITY_TO_USE_AND_WEIGHT_DEFINED

      static final String SIMILARITY_MODEL_HANDLER_NO_SIMILARITY_TO_USE_AND_WEIGHT_DEFINED
      Exception message when parsing an aggweight tag in SimilarityModelHandler. An aggweight tag requires either a weight, a local similarity measure to use or both.
      See Also: