com.blogspot.applications4android.comicreader.exceptions
Class ComicStripException

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

public class ComicStripException
extends java.lang.Exception

To handle all errors from this app!

See Also:
Serialized Form

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

ComicStripException

public ComicStripException()

ComicStripException

public ComicStripException(java.lang.String detailMessage)

ComicStripException

public ComicStripException(java.lang.Throwable throwable)

ComicStripException

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