com.drew.imaging.tiff
Class TiffProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.drew.lang.CompoundException
com.drew.imaging.ImageProcessingException
com.drew.imaging.tiff.TiffProcessingException
- All Implemented Interfaces:
- Serializable
public class TiffProcessingException
- extends ImageProcessingException
An exception class thrown upon unexpected and fatal conditions while processing a TIFF file.
- Author:
- Darren Salomons
- See Also:
- Serialized Form
TiffProcessingException
public TiffProcessingException(String message)
TiffProcessingException
public TiffProcessingException(String message,
Throwable cause)
TiffProcessingException
public TiffProcessingException(Throwable cause)
Copyright © 2012. All Rights Reserved.