Class YangSyntaxErrorException

    • Constructor Detail

      • YangSyntaxErrorException

        public YangSyntaxErrorException​(@Nullable org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier source,
                                        int line,
                                        int charPositionInLine,
                                        String message)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • YangSyntaxErrorException

        public YangSyntaxErrorException​(@Nullable org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier source,
                                        int line,
                                        int charPositionInLine,
                                        String message,
                                        @Nullable Throwable cause)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getSource

        public final Optional<org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier> getSource()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getLine

        public final int getLine()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getCharPositionInLine

        public final int getCharPositionInLine()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getFormattedMessage

        public @NonNull String getFormattedMessage()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • toString

        public String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        toString in class Throwable