Class WrongPropertiesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.properties.WrongPropertiesException
All Implemented Interfaces:
Serializable

public class WrongPropertiesException extends Exception
Have to change the name of this class, it comes from the old BadConfigurationException, and need to make more clear
Author:
Armando Stellato
See Also:
  • Constructor Details

    • WrongPropertiesException

      public WrongPropertiesException(String message)
    • WrongPropertiesException

      public WrongPropertiesException(Throwable cause)
    • WrongPropertiesException

      public WrongPropertiesException(String message, Throwable cause)