-
- All Implemented Interfaces:
-
java.io.Serializable
public final class DecodeException extends RuntimeException
-
-
Field Summary
Fields Modifier and Type Field Description private final EncodedImageencodedImageprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description DecodeException(String message, EncodedImage encodedImage)DecodeException(String message, Throwable t, EncodedImage encodedImage)
-
Method Summary
Modifier and Type Method Description final EncodedImagegetEncodedImage()ThrowablegetCause()StringgetMessage()-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEncodedImage
final EncodedImage getEncodedImage()
-
getMessage
String getMessage()
-
-
-
-