weka.core.parser.JFlex
Class SilentExit

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by weka.core.parser.JFlex.SilentExit
All Implemented Interfaces:
java.io.Serializable

public class SilentExit
extends java.lang.Exception

Signals a silent exit (no statistics printout).

Version:
$Revision: 1.1 $, $Date: 2008-05-09 09:14:10 $
Author:
Gerwin Klein
See Also:
Serialized Form

Constructor Summary
SilentExit()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SilentExit

public SilentExit()