magick

Class MagickApiException


public class MagickApiException
extends MagickException

Encapsulation of the ImageMagick ExceptionInfo structure as well as the exception that is thrown when an ImageMagick API failed.
Author:
Eric Yeo

Method Summary

String
getDescription()
Get the description of the exception.
String
getReason()
int
getSeverity()

Method Details

getDescription

public String getDescription()
Get the description of the exception.
Returns:
description of the exception.

getReason

public String getReason()

getSeverity

public int getSeverity()