|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.limegroup.gnutella.downloader.FileExistsException
Thrown if the file already exists in the download directory
Constructor Summary | |
FileExistsException(java.lang.String filename)
|
|
FileExistsException(java.lang.String msg,
java.lang.String filename)
|
Method Summary | |
java.lang.String |
getFileName()
Returns the filename passed to this' constructor. |
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 |
public FileExistsException(java.lang.String filename)
filename
- the name of the file that already existspublic FileExistsException(java.lang.String msg, java.lang.String filename)
msg
- a generic error messagefilename
- the name of the file that already existsMethod Detail |
public java.lang.String getFileName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |