Class SSE_ParseException

All Implemented Interfaces:
Serializable

public class SSE_ParseException extends SSE_Exception
See Also:
  • Constructor Details

    • SSE_ParseException

      public SSE_ParseException(int line, int column)
    • SSE_ParseException

      public SSE_ParseException(Throwable cause, int line, int column)
    • SSE_ParseException

      public SSE_ParseException(String msg, int line, int column)
    • SSE_ParseException

      public SSE_ParseException(String msg, Throwable cause, int line, int column)
  • Method Details

    • getColumn

      public int getColumn()
      Column number where the parse exception occurred.
    • getLine

      public int getLine()
      Line number where the parse exception occurred.