All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jflex.SilentExit Maven / Gradle / Ivy

Go to download

JFlex is a lexical analyzer generator (also known as scanner generator) for Java™, written in Java.

There is a newer version: 1.8.2
Show newest version
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * JFlex 1.5                                                               *
 * Copyright (C) 1998-2009  Gerwin Klein                     *
 * All rights reserved.                                                    *
 *                                                                         *
 * License: BSD                                                            *
 *                                                                         *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

package jflex;

/**
 * Signals a silent exit (no statistics printout).
 * 
 * @author Gerwin Klein
 * @version $Revision: 586 $, $Date: 2010-03-07 19:59:36 +1100 (Sun, 07 Mar 2010) $
 */
public class SilentExit extends Exception {

	/**
	 * 
	 */
	private static final long serialVersionUID = 8288632239818668902L;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy