NativeMagickException

data class NativeMagickException(exceptionType: ExceptionType, message: String)

NativeMagickException holds an exception produced internally by ImageMagick.

Constructors

Link copied to clipboard
fun NativeMagickException(exceptionType: ExceptionType, message: String)

Properties

Link copied to clipboard
val exceptionType: ExceptionType

The type of exception.

Link copied to clipboard
val message: String

A message explaining the exception.