magick

Class MagickException

Known Direct Subclasses:
MagickApiException

public class MagickException
extends Exception

Exception class for all encompassing Exception.
Author:
Eric Yeo
See Also:
MagickApiException

Constructor Summary

MagickException(String mesg)
Construct an exception with a message.

Constructor Details

MagickException

public MagickException(String mesg)
Construct an exception with a message.
Parameters:
mesg - message attached to the exception