java_cup

Class internal_error

public class internal_error extends Exception

Exception subclass for reporting internal errors in JavaCup.
Constructor Summary
internal_error(String msg)
Constructor with a message
Method Summary
voidcrash()
Method called to do a forced error exit on an internal error for cases when we can't actually throw the exception.

Constructor Detail

internal_error

public internal_error(String msg)
Constructor with a message

Method Detail

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.