magick
Class MagickException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--magick.MagickException
Direct Known 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.

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

MagickException

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

JMagick