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

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

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.