Class ConfigurationException

    • Constructor Detail

      • ConfigurationException

        public ConfigurationException​(String msg)
        Deprecated.
        Construct.
        Parameters:
        msg - The message.
      • ConfigurationException

        public ConfigurationException​(String msg,
                                      int lineNo,
                                      String line)
        Deprecated.
        Construct.
        Parameters:
        msg - The message.
        lineNo - The number of configuraton line where the problem occured.
        line - The configuration line where the problem occured.