public class DjvuImageException extends ImageException
The DJVU image exception.
Constructor and Description |
---|
DjvuImageException(String message)
Initializes a new instance of the
DjvuImageException class. |
DjvuImageException(String message,
Throwable innerException)
Initializes a new instance of the
DjvuImageException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public DjvuImageException(String message)
Initializes a new instance of the DjvuImageException
class.
message
- The exception message.