Class BMPCodecException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--BMPCodecException

public class BMPCodecException
extends java.lang.Exception

The exception that is throwen when an error occurs in the BMP Codec

See Also:
BMPEncoder, BMPDecoder, Serialized Form

Constructor Summary
BMPCodecException()
           
BMPCodecException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BMPCodecException

public BMPCodecException()

BMPCodecException

public BMPCodecException(java.lang.String msg)