Class TiffException

    • Constructor Detail

      • TiffException

        public TiffException()
        Constructor
      • TiffException

        public TiffException​(String message)
        Constructor
        Parameters:
        message - error message
      • TiffException

        public TiffException​(String message,
                             Throwable throwable)
        Constructor
        Parameters:
        message - error message
        throwable - cause
      • TiffException

        public TiffException​(Throwable throwable)
        Constructor
        Parameters:
        throwable - cause