Package magick

Class MagickApiException

All Implemented Interfaces:
Serializable

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
See Also:
  • Method Details

    • getSeverity

      public int getSeverity()
    • getReason

      public String getReason()
    • getDescription

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