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 SummaryConstructorsConstructorDescriptionImageOutputException(String message) ImageOutputException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ImageOutputExceptionpublic ImageOutputException()
- 
ImageOutputException- Parameters:
- message-
 
- 
ImageOutputException- Parameters:
- message-
- cause-
 
 
-