java_cup
Class internal_error
java.lang.Object
java.lang.Throwable
java.lang.Exception
java_cup.internal_error
- All Implemented Interfaces:
- Serializable
public class internal_error
- extends Exception
Exception subclass for reporting internal errors in JavaCup.
- See Also:
- Serialized Form
|
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. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
internal_error
public internal_error(String msg)
- Constructor with a message
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.
Copyright © 2013. All Rights Reserved.