org.gradle.api.file
Class UnableToDeleteFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gradle.api.UncheckedIOException
                  extended by org.gradle.api.file.UnableToDeleteFileException
All Implemented Interfaces:
Serializable

public class UnableToDeleteFileException
extends UncheckedIOException

Thrown by Gradle when it is unable to delete a file.

See Also:
Serialized Form

Constructor Summary
UnableToDeleteFileException(File file)
           
 
Method Summary
 File getFile()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnableToDeleteFileException

public UnableToDeleteFileException(File file)
Method Detail

getFile

public File getFile()