Class ReaderException

All Implemented Interfaces:
Serializable

public class ReaderException extends YAMLException
See Also:
  • 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