UnsupportedImageException

The input is a well-formed image in a format, or a format feature, KiteImage doesn't decode: lossy WebP, an arithmetic-coded JPEG, a CgBI PNG. The message always names the specific feature, and KiteImage.probe reports the same thing up front through ImageInfo.unsupportedReason, so a caller can route the file elsewhere instead of catching this.

Subtype of ImageDecodeException so callers who don't care about the distinction catch one type.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?