Package jflex.exceptions
Class SilentExit
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jflex.exceptions.SilentExit
-
- All Implemented Interfaces:
Serializable
public class SilentExit extends Exception
Signals a silent exit (no statistics printout).- Version:
- JFlex 1.8.2
- Author:
- Gerwin Klein
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SilentExit()
SilentExit with default exit code 1.SilentExit(int exitCode)
SilentExit with specified program exit code.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
exitCode()
The exit code of this SilentExit exception.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-