uk.me.parabola.imgfmt
Class FileNotWritableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by uk.me.parabola.imgfmt.FileNotWritableException
All Implemented Interfaces:
java.io.Serializable

public class FileNotWritableException
extends java.io.IOException

If a file cannot be created, or written to, then this exception is thrown.

Author:
Steve Ratcliffe
See Also:
Serialized Form

Constructor Summary
FileNotWritableException(java.lang.String s, java.lang.Exception e)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileNotWritableException

public FileNotWritableException(java.lang.String s,
                                java.lang.Exception e)