Class TiffException



  • public class TiffException
    extends java.lang.RuntimeException
    TIFF exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TiffException​()
      Constructor
      TiffException​(java.lang.String message)
      Constructor
      TiffException​(java.lang.String message, java.lang.Throwable throwable)
      Constructor
      TiffException​(java.lang.Throwable throwable)
      Constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • TiffException

        public TiffException​()
        Constructor
      • TiffException

        public TiffException​(java.lang.String message)
        Constructor
        Parameters:
        message -
      • TiffException

        public TiffException​(java.lang.String message,
                             java.lang.Throwable throwable)
        Constructor
        Parameters:
        message -
        throwable -
      • TiffException

        public TiffException​(java.lang.Throwable throwable)
        Constructor
        Parameters:
        throwable -