Class LeafRefYangSyntaxErrorException

    • Constructor Detail

      • LeafRefYangSyntaxErrorException

        public LeafRefYangSyntaxErrorException​(String module,
                                               int line,
                                               int charPositionInLine,
                                               String message)
      • LeafRefYangSyntaxErrorException

        public LeafRefYangSyntaxErrorException​(String module,
                                               int line,
                                               int charPositionInLine,
                                               String message,
                                               Throwable cause)
    • Method Detail

      • getModule

        public String getModule()
      • getLine

        public int getLine()
      • getCharPositionInLine

        public int getCharPositionInLine()
      • getFormattedMessage

        public String getFormattedMessage()