Class JSONEventParserException

All Implemented Interfaces:
Serializable

public class JSONEventParserException
extends JSONParserException
See Also:
Serialized Form
  • Constructor Details

    • JSONEventParserException

      public JSONEventParserException()
    • JSONEventParserException

      public JSONEventParserException​(String message, Throwable t)
    • JSONEventParserException

      public JSONEventParserException​(String message)
    • JSONEventParserException

      public JSONEventParserException​(Throwable t)
    • JSONEventParserException

      public JSONEventParserException​(long line, long linePos, String message)
    • JSONEventParserException

      public JSONEventParserException​(long line, long linePos, String message, Throwable t)
  • Method Details

    • getLineNumber

      public long getLineNumber()
    • getLinePosition

      public long getLinePosition()