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 Summary
ConstructorDescriptionMagickExecuteException
(String message, int exitValue) MagickExecuteException
(String message, int exitValue, Throwable cause) -
Method Summary
Methods inherited from class org.apache.commons.exec.ExecuteException
getCause, getExitValue
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MagickExecuteException
-
MagickExecuteException
-