Class ConfigException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.wualabs.qtsurfer.common.config.ConfigException
All Implemented Interfaces:
Serializable

public class ConfigException extends RuntimeException
Unchecked exception for configuration exceptions
See Also:
  • Constructor Details

    • ConfigException

      public ConfigException(String msg)
      Constructs an instance of TypeSafeConfigException with the specified detail message.
      Parameters:
      msg - the detail message.