net.sf.jomic.comic
Class ComicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jomic.comic.ComicException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ComicMustContainImagesException

public class ComicException
extends java.lang.RuntimeException

Exception to indicate a problem with the comic or one of its pages.

Author:
Thomas Aglassinger
See Also:
Serialized Form

Constructor Summary
ComicException(java.lang.String newMessage)
           
ComicException(java.lang.String newMessage, java.lang.Throwable newReason)
           
 
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

ComicException

public ComicException(java.lang.String newMessage)

ComicException

public ComicException(java.lang.String newMessage,
                      java.lang.Throwable newReason)