Module java.desktop

Interface IIOWriteWarningListener

    • Method Detail

      • warningOccurred

        void warningOccurred​(ImageWriter source,
                             int imageIndex,
                             String warning)
        Reports the occurrence of a non-fatal error in encoding. Encoding will continue following the call to this method. The application may choose to display a dialog, print the warning to the console, ignore the warning, or take any other action it chooses.
        Parameters:
        source - the ImageWriter object calling this method.
        imageIndex - the index, starting with 0, of the image generating the warning.
        warning - a String containing the warning.