com.blogspot.applications4android.comicreader.exceptions
Class BitMapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.blogspot.applications4android.comicreader.exceptions.BitMapException
All Implemented Interfaces:
java.io.Serializable

public class BitMapException
extends java.lang.Exception

To handle all errors from this app!

See Also:
Serialized Form

Constructor Summary
BitMapException()
           
BitMapException(java.lang.String detailMessage)
           
BitMapException(java.lang.String detailMessage, java.lang.Throwable throwable)
           
BitMapException(java.lang.Throwable throwable)
           
 
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

BitMapException

public BitMapException()

BitMapException

public BitMapException(java.lang.String detailMessage)

BitMapException

public BitMapException(java.lang.Throwable throwable)

BitMapException

public BitMapException(java.lang.String detailMessage,
                       java.lang.Throwable throwable)