Package magick
Class MagickApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
magick.MagickException
magick.MagickApiException
- All Implemented Interfaces:
Serializable
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 Summary
Modifier and TypeMethodDescriptionGet the description of the exception.int
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getSeverity
public int getSeverity() -
getReason
-
getDescription
Get the description of the exception.- Returns:
- description of the exception.
-