net.sf.jomic.comic
Class ComicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jomic.comic.ComicException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ComicMustContainImagesException
public class ComicException
- extends RuntimeException
Exception to indicate a problem with the comic or one of its pages.
- Author:
- Thomas Aglassinger
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ComicException
public ComicException(String newMessage)
ComicException
public ComicException(String newMessage,
Throwable newReason)