Class ConfigurationNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.config.ConfigurationNotFoundException
All Implemented Interfaces:
Serializable

public class ConfigurationNotFoundException extends Exception
See Also:
  • Constructor Details

    • ConfigurationNotFoundException

      public ConfigurationNotFoundException()
    • ConfigurationNotFoundException

      public ConfigurationNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • ConfigurationNotFoundException

      public ConfigurationNotFoundException(String message, Throwable cause)
    • ConfigurationNotFoundException

      public ConfigurationNotFoundException(String message)
    • ConfigurationNotFoundException

      public ConfigurationNotFoundException(Throwable cause)