Module org.github.gestalt.core
Class GestaltConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.github.gestalt.config.exceptions.GestaltException
-
- org.github.gestalt.config.exceptions.GestaltConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public final class GestaltConfigurationException extends GestaltException
Configuration type exception for gestalt.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GestaltConfigurationException(java.lang.String message)Create a GestaltConfigurationException with a message.GestaltConfigurationException(java.lang.String message, java.util.List<ValidationError> errors)Create a GestaltConfigurationException with a message and a list of ValidationError.
-
-
-
Constructor Detail
-
GestaltConfigurationException
public GestaltConfigurationException(java.lang.String message, java.util.List<ValidationError> errors)Create a GestaltConfigurationException with a message and a list of ValidationError.- Parameters:
message- message for the errorerrors- list of ValidationErrors
-
GestaltConfigurationException
public GestaltConfigurationException(java.lang.String message)
Create a GestaltConfigurationException with a message.- Parameters:
message- message for the error
-
-