org.sunflow.image
Class BitmapReader.BitmapFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sunflow.image.BitmapReader.BitmapFormatException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
BitmapReader

public static final class BitmapReader.BitmapFormatException
extends java.lang.Exception

This exception can be used internally by bitmap readers to signal they have encountered a valid file but which contains invalid content.

See Also:
Serialized Form

Constructor Summary
BitmapReader.BitmapFormatException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BitmapReader.BitmapFormatException

public BitmapReader.BitmapFormatException(java.lang.String message)