public class BmpImageException extends ImageException
The bmp image exception.
Constructor and Description |
---|
BmpImageException(String message)
Initializes a new instance of the
BmpImageException class. |
BmpImageException(String message,
Throwable innerException)
Initializes a new instance of the
BmpImageException class. |
public BmpImageException(String message)
Initializes a new instance of the BmpImageException
class.
message
- The exception message.