magick
Class MagickApiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by magick.MagickException
              extended by magick.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
 java.lang.String getDescription()
          Get the description of the exception.
 java.lang.String getReason()
           
 int getSeverity()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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.