Class YangSyntaxErrorException

    • Constructor Detail

      • YangSyntaxErrorException

        public YangSyntaxErrorException​(@Nullable SourceIdentifier source,
                                        int line,
                                        int charPositionInLine,
                                        String message)
      • YangSyntaxErrorException

        public YangSyntaxErrorException​(@Nullable SourceIdentifier source,
                                        int line,
                                        int charPositionInLine,
                                        String message,
                                        @Nullable Throwable cause)
    • Method Detail

      • getLine

        public final int getLine()
      • getCharPositionInLine

        public final int getCharPositionInLine()
      • getFormattedMessage

        public @NonNull String getFormattedMessage()