Class ReaderException

All Implemented Interfaces:
Serializable

public class ReaderException extends YAMLException
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private final String name
    • codePoint

      private final int codePoint
    • position

      private final int position
  • Constructor Details

    • ReaderException

      public ReaderException(String name, int position, int codePoint, String message)
  • Method Details

    • getName

      public String getName()
    • getCodePoint

      public int getCodePoint()
    • getPosition

      public int getPosition()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable