|
|||||||||
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
ariba.util.core.FileUtil.FileDeletionException
public static class FileUtil.FileDeletionException
Represents the exceptional condition where we expected to be able to delete a file but were not actually able to do so.
Constructor Summary | |
---|---|
FileUtil.FileDeletionException(java.io.File file)
Constructs a new instance. |
Method Summary | |
---|---|
java.io.File |
getFile()
Returns the File that could not be deleted. |
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 |
---|
public FileUtil.FileDeletionException(java.io.File file)
Method Detail |
---|
public java.io.File getFile()
File
that could not be deleted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |