exceptions
Class FileNotSharedException

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

public class FileNotSharedException
extends MyException

See Also:
Serialized Form

Constructor Summary
FileNotSharedException(java.io.File f)
           
FileNotSharedException(java.lang.String msg, java.io.File f)
          Creates a new instance of FileNotSharedException
 
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

FileNotSharedException

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


FileNotSharedException

public FileNotSharedException(java.io.File f)
Method Detail

getFile

public java.io.File getFile()