Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends RuntimeException
Since:
0.8
Author:
Haiyang Li
See Also:
  • Constructor Details

    • ParseException

      public ParseException()
      Constructor for ParseException.
    • ParseException

      public ParseException(String message)
      Constructor for ParseException.
      Parameters:
      message -
    • ParseException

      public ParseException(int token, String message)
      Constructor for ParseException.
      Parameters:
      token -
      message -
    • ParseException

      public ParseException(String message, Throwable cause)
      Constructor for ParseException.
      Parameters:
      message -
      cause -
    • ParseException

      public ParseException(Throwable cause)
      Constructor for ParseException.
      Parameters:
      cause -
  • Method Details

    • getToken

      public int getToken()
      Returns: