Class ConfigException

    • Constructor Detail

      • ConfigException

        public ConfigException​(String msg)
        Constructor with message.
        Parameters:
        msg - message text
      • ConfigException

        public ConfigException​(Throwable t)
        Constructor with cause.
        Parameters:
        t - cause of exception
      • ConfigException

        public ConfigException​(String msg,
                               Throwable t)
        Constructor with message and cause.
        Parameters:
        msg - message text.
        t - cause wrapped by this exception
    • Method Detail

      • getMessage

        public String getMessage()
        Returns message text. If this object has no own message text, the message text of the cause is returned.
        Overrides:
        getMessage in class Throwable
        Returns:
        message text
      • getLocalizedMessage

        public String getLocalizedMessage()
        Returns localized message text. If this object has no own localized message text, the localized message text of the cause is returned.
        Overrides:
        getLocalizedMessage in class Throwable
        Returns:
        message text