net.mtu.eggplant.dbc
Class FileAlreadyParsedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.mtu.eggplant.dbc.FileAlreadyParsedException
All Implemented Interfaces:
Serializable

public class FileAlreadyParsedException
extends RuntimeException

Exception thrown to break out of the parser if the destination file is newer than the source file.

Version:
$Revision: 1.3 $
See Also:
Serialized Form

Constructor Summary
FileAlreadyParsedException()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileAlreadyParsedException

public FileAlreadyParsedException()