Class HutnConfigFileNotFoundException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getColumn()  
      int getLine()  
      java.lang.String getPath()  
      • 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

      • HutnConfigFileNotFoundException

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

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

      • getPath

        public java.lang.String getPath()
      • getLine

        public int getLine()
      • getColumn

        public int getColumn()