Constructor with a message super(msg);
super(msg);
Method called to do a forced error exit on an internal error for cases when we can't actually throw the exception. System.err.println("JavaCUP Fatal Internal Error Detected"); System.err.println(getMessage()); printStackTrace(); System.exit(-1);
System.err.println("JavaCUP Fatal Internal Error Detected"); System.err.println(getMessage()); printStackTrace(); System.exit(-1);