com.drew.imaging.tiff
Class TiffProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.drew.lang.CompoundException
              extended by com.drew.imaging.ImageProcessingException
                  extended by 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

Constructor Summary
TiffProcessingException(String message)
           
TiffProcessingException(String message, Throwable cause)
           
TiffProcessingException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.drew.lang.CompoundException
getInnerException, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TiffProcessingException

public TiffProcessingException(String message)

TiffProcessingException

public TiffProcessingException(String message,
                               Throwable cause)

TiffProcessingException

public TiffProcessingException(Throwable cause)


Copyright © 2012. All Rights Reserved.