Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.wualabs.qtsurfer.common.config.ConfigException
- All Implemented Interfaces:
Serializable
Unchecked exception for configuration exceptions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigException(String msg) Constructs an instance ofTypeSafeConfigExceptionwith the specified detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigException
Constructs an instance ofTypeSafeConfigExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-