Package java_cup
Class internal_error
java.lang.Object
java.lang.Throwable
java.lang.Exception
java_cup.internal_error
- All Implemented Interfaces:
Serializable
Exception subclass for reporting internal errors in JavaCup.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
internal_error
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.
-