Class HutnUnrecognisedNsUriException

    • Method Summary

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

      • HutnUnrecognisedNsUriException

        public HutnUnrecognisedNsUriException​(java.lang.String uri,
                                              int line,
                                              int col)
    • Method Detail

      • getUri

        public java.lang.String getUri()
      • getLine

        public int getLine()
      • getColumn

        public int getColumn()