main.tools.file
Class OutputFileExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--main.tools.file.OutputFileExistsException
All Implemented Interfaces:
java.io.Serializable

public class OutputFileExistsException
extends java.io.IOException

Diese Exception wird geworfen, wenn die Ausgabedatei schon existiert und nicht überschrieben werden soll

Version:
$Revision: 1.3 $
Author:
Simon Tiffert
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
OutputFileExistsException(java.lang.String dateiname)
          Es wird ein Konstruktor aufgerufen, der den Namen der Ausgabedatei übergeben bekommt
 
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

OutputFileExistsException

public OutputFileExistsException(java.lang.String dateiname)
Es wird ein Konstruktor aufgerufen, der den Namen der Ausgabedatei übergeben bekommt

Parameters:
dateiname - Dateiname der Ausgabedatei