Class BitmapUnsupported


  • final class BitmapUnsupported
    extends BitmapDescriptor
    Represents bitmap structures we can't read. Allows for deferred exception handling, and allowing clients to read all images that can be read.
    Version:
    $Id: BitmapUnsupported.java,v 1.0 25.feb.2006 00:29:44 haku Exp$
    • Field Detail

      • message

        private final java.lang.String message
    • Constructor Detail

      • BitmapUnsupported

        public BitmapUnsupported​(DirectoryEntry entry,
                                 DIBHeader header,
                                 java.lang.String message)
    • Method Detail

      • getImage

        public java.awt.image.BufferedImage getImage()
                                              throws java.io.IOException
        Specified by:
        getImage in class BitmapDescriptor
        Throws:
        java.io.IOException