|
|||||||||
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.FileRenameException
public static class FileUtil.FileRenameException
Represents the exceptional condition where we expected to be able to rename a file but were not actually able to do so.
Constructor Summary | |
---|---|
FileUtil.FileRenameException(java.io.File fromFile,
java.io.File toFile)
Constructs a new instance. |
Method Summary | |
---|---|
java.io.File |
getFromFile()
Returns the File from which we could not rename. |
java.io.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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FileUtil.FileRenameException(java.io.File fromFile, java.io.File toFile)
Method Detail |
---|
public java.io.File getFromFile()
File
from which we could not rename.
public java.io.File getToFile()
File
to which we could not rename.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |