Class GestaltConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class GestaltConfigurationException
    extends GestaltException
    Configuration type exception for gestalt.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 error
        errors - list of ValidationErrors
      • GestaltConfigurationException

        public GestaltConfigurationException​(java.lang.String message)
        Create a GestaltConfigurationException with a message.
        Parameters:
        message - message for the error