ariba.util.core
Class FileUtil.FileDeletionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by ariba.util.core.FileUtil.FileDeletionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FileUtil

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

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

Constructor Detail

FileUtil.FileDeletionException

public FileUtil.FileDeletionException(java.io.File file)
Constructs a new instance.

Method Detail

getFile

public java.io.File getFile()
Returns the File that could not be deleted.



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