Package magick
Class MagickException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- magick.MagickException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MagickApiException
public class MagickException extends java.lang.Exception
Exception class for all encompassing Exception.- Author:
- Eric Yeo
- See Also:
MagickApiException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MagickException(java.lang.String mesg)
Construct an exception with a message.
-