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:
java.io.Serializable
public class ConfigException extends java.lang.RuntimeException
Something wrong with the config.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigException(java.lang.String message)
ConstructorConfigException(java.lang.String message, java.lang.Exception e)
Constructor
-
-
-
Constructor Detail
-
ConfigException
public ConfigException(java.lang.String message)
Constructor- Parameters:
message
- The error message.
-
ConfigException
public ConfigException(java.lang.String message, java.lang.Exception e)
Constructor- Parameters:
message
- The error message.e
- The Exception that caused it.
-
-