SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.project.controller
Class FileAlreadyExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.sourcejammer.util.SourceJammerExceptionChain
                    |
                    +--org.sourcejammer.project.controller.FileAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class FileAlreadyExistsException
extends SourceJammerExceptionChain

This exception is thrown if an attept is made to create a file when the file already exists.

See Also:
Serialized Form

Constructor Summary
FileAlreadyExistsException()
           
FileAlreadyExistsException(java.lang.String msg)
           
FileAlreadyExistsException(java.lang.String msg, java.lang.Exception ex)
           
 
Methods inherited from class org.sourcejammer.util.SourceJammerExceptionChain
getMessage, getPrevException, getProcessExceptionChain, printStackTrace, printStackTrace, printStackTrace, setProcessExceptionChain, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileAlreadyExistsException

public FileAlreadyExistsException()

FileAlreadyExistsException

public FileAlreadyExistsException(java.lang.String msg)

FileAlreadyExistsException

public FileAlreadyExistsException(java.lang.String msg,
                                  java.lang.Exception ex)

SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan