Package magick

Class MagickApiException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Get the description of the exception.
      java.lang.String getReason()  
      int getSeverity()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getSeverity

        public int getSeverity()
      • getReason

        public java.lang.String getReason()
      • getDescription

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