ariba.util.core
Class FileUtil.FileDeletionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ariba.util.core.FileUtil.FileDeletionException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- FileUtil
public static class FileUtil.FileDeletionException
- extends IOException
Represents the exceptional condition where we expected to be
able to delete a file but were not actually able to do so.
- See Also:
- Serialized Form
|
Method Summary |
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 |
FileUtil.FileDeletionException
public FileUtil.FileDeletionException(File file)
- Constructs a new instance.
getFile
public File getFile()
- Returns the
File that could not be deleted.
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.