ariba.util.core
Class FileUtil.FileRenameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
FileUtil.FileRenameException(File fromFile, File toFile)
          Constructs a new instance.
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileUtil.FileRenameException

public FileUtil.FileRenameException(File fromFile,
                                    File toFile)
Constructs a new instance.

Method Detail

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.