com.blogspot.applications4android.comicreader.exceptions
Class ComicLatestException

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

public class ComicLatestException
extends java.lang.Exception

To handle all errors from this app!

See Also:
Serialized Form

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

ComicLatestException

public ComicLatestException()

ComicLatestException

public ComicLatestException(java.lang.String detailMessage)

ComicLatestException

public ComicLatestException(java.lang.Throwable throwable)

ComicLatestException

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