Class ConfigInitException

All Implemented Interfaces:
Serializable

@ClassVersion(sourceVersion="$Id: ConfigInitException.java 884 2021-03-22 18:02:51Z tquadrat $") @API(status=STABLE, since="0.0.1") public class ConfigInitException extends ValidationException
This exception type is used to signal a problem with the initialisation of a configuration bean.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: ConfigInitException.java 884 2021-03-22 18:02:51Z tquadrat $
Since:
0.0.1
See Also:
UML Diagram
UML Diagram for "org.tquadrat.foundation.config.ConfigInitException"

UML Diagram for "org.tquadrat.foundation.config.ConfigInitException"

UML Diagram for "org.tquadrat.foundation.config.ConfigInitException"
  • Constructor Details

    • ConfigInitException

      public ConfigInitException(String message)
      Creates a new ConfigInitException instance.
      Parameters:
      message - The message that provides details on the failed validation.
    • ConfigInitException

      public ConfigInitException(String message, Throwable cause)
      Creates a new ConfigInitException instance.
      Parameters:
      message - The message that provides details on the failed validation.
      cause - The exception that is related to the initialisation error.