Package java_cup

Class internal_error

All Implemented Interfaces:
Serializable

public class internal_error extends Exception
Exception subclass for reporting internal errors in JavaCup.
See Also:
  • Constructor Details

    • internal_error

      public internal_error(String msg)
      Constructor with a message
  • Method Details

    • crash

      public void crash()
      Method called to do a forced error exit on an internal error for cases when we can't actually throw the exception.