类 ParseException

所有已实现的接口:
Serializable

public class ParseException extends RuntimeException
Thrown to indicate an error during parsing
另请参阅:
  • 构造器详细资料

    • ParseException

      public ParseException(String message, int line, int column)
      Default constructor for the ParseException
      参数:
      message - the message
      line - the line number
      column - the column number
  • 方法详细资料

    • getLine

      public int getLine()
    • getColumn

      public int getColumn()
    • setSourceInfo

      public void setSourceInfo(String sourceInfo)
    • getMessage

      public String getMessage()
      覆盖:
      getMessage 在类中 Throwable