com.blogspot.applications4android.comicreader.exceptions
Class ComicParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.blogspot.applications4android.comicreader.exceptions.ComicParseException
- All Implemented Interfaces:
- java.io.Serializable
public class ComicParseException
- extends java.lang.Exception
To handle all errors from this app!
- See Also:
- Serialized Form
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 |
ComicParseException
public ComicParseException()
ComicParseException
public ComicParseException(java.lang.String detailMessage)
ComicParseException
public ComicParseException(java.lang.Throwable throwable)
ComicParseException
public ComicParseException(java.lang.String detailMessage,
java.lang.Throwable throwable)