com.bristle.javalib.io
Class FileUtil.FileDeleteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bristle.javalib.io.FileUtil.FileDeleteException
All Implemented Interfaces:
Serializable
Enclosing class:
FileUtil

public static class FileUtil.FileDeleteException
extends Exception

Thrown when an attempt to delete a file fails.

See Also:
Serialized Form

Constructor Summary
FileUtil.FileDeleteException(String msg)
           
 
Method Summary
 
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.FileDeleteException

public FileUtil.FileDeleteException(String msg)