ch.systemsx.cisd.common.exceptions
Class FileExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by ch.systemsx.cisd.common.exceptions.FileExistsException
All Implemented Interfaces:
java.io.Serializable

public class FileExistsException
extends java.io.IOException

An exception indicating that an output file already exists.

See Also:
Serialized Form

Constructor Summary
FileExistsException(java.io.File file)
           
 
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

FileExistsException

public FileExistsException(java.io.File file)