Package digilib.image
Class ImageOutputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
digilib.io.FileOpException
digilib.image.ImageOutputException
- All Implemented Interfaces:
Serializable
- Author:
- casties
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionImageOutputException
(String message) ImageOutputException
(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
-
Constructor Details
-
ImageOutputException
public ImageOutputException() -
ImageOutputException
- Parameters:
message
-
-
ImageOutputException
- Parameters:
message
-cause
-
-