| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java_cup.internal_error
internal_error | public class internal_error extends Exception (Code) | | Exception subclass for reporting internal errors in JavaCup.
|
Method Summary | |
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. |
internal_error | public internal_error(String msg)(Code) | | Constructor with a message
|
crash | public void crash()(Code) | | Method called to do a forced error exit on an internal error
for cases when we can't actually throw the exception.
|
|
|
|