Class BmpHeaderException

  • All Implemented Interfaces:
    Serializable


    public class BmpHeaderException
    extends IOException
    Thrown when an input stream does not begin with "BM", which signals this isn't a valid BMP image.
    See Also:
    Serialized Form
    • Constructor Detail

      • BmpHeaderException

        public BmpHeaderException()
      • BmpHeaderException

        public BmpHeaderException(String s)