Class HutnConfigFileNotFoundException

    • Constructor Detail

      • HutnConfigFileNotFoundException

        public HutnConfigFileNotFoundException​(Throwable cause)
        Parameters:
        cause -
        Since:
        1.6
      • HutnConfigFileNotFoundException

        public HutnConfigFileNotFoundException​(String path,
                                               int line,
                                               int col)
    • Method Detail

      • getPath

        public String getPath()
      • getLine

        public int getLine()
      • getColumn

        public int getColumn()