exceptions
Class SharingNonExistingFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by exceptions.MyException
              extended by exceptions.SharingNonExistingFileException
All Implemented Interfaces:
StandardExceptionMessageProvider, java.io.Serializable

public class SharingNonExistingFileException
extends MyException

See Also:
Serialized Form

Constructor Summary
SharingNonExistingFileException(java.io.File f)
           
SharingNonExistingFileException(java.io.File file, java.lang.String msg)
          Creates a new instance of SharingNonExistingFileException
SharingNonExistingFileException(java.lang.String msg)
           
 
Method Summary
 java.io.File getFile()
           
 
Methods inherited from class exceptions.MyException
getStandardMessage
 
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

SharingNonExistingFileException

public SharingNonExistingFileException(java.io.File file,
                                       java.lang.String msg)
Creates a new instance of SharingNonExistingFileException


SharingNonExistingFileException

public SharingNonExistingFileException(java.io.File f)

SharingNonExistingFileException

public SharingNonExistingFileException(java.lang.String msg)
Method Detail

getFile

public java.io.File getFile()