Module java.desktop

Interface IIOReadWarningListener

    • Method Detail

      • warningOccurred

        void warningOccurred​(ImageReader source,
                             String warning)
        Reports the occurrence of a non-fatal error in decoding. Decoding 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 ImageReader object calling this method.
        warning - a String containing the warning.