Class ConfigElementException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.software_atelier.simpleflex.conf.text.ConfigElementException
All Implemented Interfaces:
Serializable

public class ConfigElementException extends Exception
Author:
tk
See Also:
  • Constructor Details

    • ConfigElementException

      public ConfigElementException(String key, String value)
      Creates a new instance of ConfigElementException
      Parameters:
      key -
      value -
  • Method Details