Package magick

Class MagickException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MagickApiException

public class MagickException extends Exception
Exception class for all encompassing Exception.
Author:
Eric Yeo
See Also:
  • Constructor Details

    • MagickException

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