ariba.util.core
Class FileUtil.FileRenameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ariba.util.core.FileUtil.FileRenameException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- FileUtil
public static class FileUtil.FileRenameException
- extends IOException
Represents the exceptional condition where we expected to be
able to rename a file but were not actually able to do so.
- See Also:
- Serialized Form
|
Method Summary |
File |
getFromFile()
Returns the File from which we could not rename. |
File |
getToFile()
Returns the File to which we could not rename. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FileUtil.FileRenameException
public FileUtil.FileRenameException(File fromFile,
File toFile)
- Constructs a new instance.
getFromFile
public File getFromFile()
- Returns the
File from which we could not rename.
getToFile
public File getToFile()
- Returns the
File to which we could not rename.
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.