magick
Class MagickException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
MagickException(java.lang.String mesg)
          Construct an exception with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MagickException

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

Parameters:
mesg - message attached to the exception