Class MagickExecuteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.exec.ExecuteException
org.onehippo.forge.gallerymagick.core.command.MagickExecuteException
All Implemented Interfaces:
Serializable

public class MagickExecuteException extends org.apache.commons.exec.ExecuteException
An exception indicating that the executing a Magick processe failed.
See Also:
  • Constructor Details

    • MagickExecuteException

      public MagickExecuteException(String message, int exitValue)
    • MagickExecuteException

      public MagickExecuteException(String message, int exitValue, Throwable cause)