Package magick

Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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