Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends RuntimeException
Parser exceptions. JavaCC legacy, never thrown.
Author:
bratseth
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String message)
    • ParseException

      public ParseException(String message, Throwable cause)