net.sf.jomic.comic
Class ComicMustContainImagesException

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
                  extended by net.sf.jomic.comic.ComicMustContainImagesException
All Implemented Interfaces:
java.io.Serializable

public class ComicMustContainImagesException
extends ComicException

Exception to be thrown if a comic archive does not contain any images.

Author:
Thomas Aglassinger
See Also:
Serialized Form

Method Summary
 java.lang.String[] getFileNames()
          Get file names in the comic archive, non of which are images.
 
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
 

Method Detail

getFileNames

public java.lang.String[] getFileNames()
Get file names in the comic archive, non of which are images.