Package digilib.io
Class FileOpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- digilib.io.FileOpException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ImageOutputException
public class FileOpException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileOpException()
FileOpException(String s)
FileOpException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-