Package org.fairdatapipeline.config
Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fairdatapipeline.config.ConfigException
- All Implemented Interfaces:
Serializable
Something wrong with the config.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigException(String message) ConstructorConfigException(String message, Exception e) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigException
Constructor- Parameters:
message- The error message.
-
ConfigException
Constructor- Parameters:
message- The error message.e- The Exception that caused it.
-