Class IndexingLanguageNotFound

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.services.core.IndexingLanguageNotFound
All Implemented Interfaces:
Serializable

public class IndexingLanguageNotFound extends Exception
Indicates that a service was unable to determine the language to index (and thus sort) the correspondences in an EDOAL project.
Author:
Manuel Fiorelli
See Also:
  • Constructor Details

    • IndexingLanguageNotFound

      public IndexingLanguageNotFound(String message, Throwable cause)
    • IndexingLanguageNotFound

      public IndexingLanguageNotFound(String message)