Class ImageWriteException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.String getType​(java.lang.Object value)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ImageWriteException

        public ImageWriteException​(java.lang.String message)
      • ImageWriteException

        public ImageWriteException​(java.lang.String message,
                                   java.lang.Throwable cause)
      • ImageWriteException

        public ImageWriteException​(java.lang.String message,
                                   java.lang.Object data)
    • Method Detail

      • getType

        private static java.lang.String getType​(java.lang.Object value)