Class ConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projecthusky.valueset.exceptions.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException extends Exception
Exception in case the value set configuration is invalid.
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException()
      Default constructor to instantiate the object. A predefined text message will be used.
    • ConfigurationException

      public ConfigurationException(String message)
      Instantiates a new configuration exception by using the given text message.
      Parameters:
      message - the message