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:
java.io.Serializable
Enclosing class:
FileUtil

public static class FileUtil.FileRenameException
extends java.io.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(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

FileUtil.FileRenameException

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

Method Detail

getFromFile

public java.io.File getFromFile()
Returns the File from which we could not rename.


getToFile

public java.io.File getToFile()
Returns the File to which we could not rename.



AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.