Class ConfigurationException

    • Constructor Detail

      • ConfigurationException

        public ConfigurationException​(String sProblem,
                                      String sAdvice)
        Parameters:
        sProblem - the problem that occurred
        sAdvice - the advice to fix the problem
      • ConfigurationException

        public ConfigurationException​(String sProblem,
                                      String sAdvice,
                                      Throwable cause)
        Constructs a ConfigurationException (with a cause).
        Parameters:
        sProblem - the problem that occurred
        sAdvice - the advice to fix the problem
        cause - the Throwable causing the problem
    • Method Detail

      • getProblem

        public String getProblem()
        Returns what the problem was.
        Returns:
        A string detailing the problem
      • getAdvice

        public String getAdvice()
        Returns advice to resolve the issue.
        Returns:
        A string detailing advice to resolve the issue