net.sf.jomic.comic
Class ComicMustContainImagesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jomic.comic.ComicException
net.sf.jomic.comic.ComicMustContainImagesException
- All Implemented Interfaces:
- 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 |
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 |
getFileNames
public String[] getFileNames()
- Get file names in the comic archive, non of which are images.