Package magick
Class MagickApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- magick.MagickException
-
- 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
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()
-