Package it.tidalwave.util
Class ProcessExecutorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- it.tidalwave.util.ProcessExecutorException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProcessExecutorException extends java.io.IOException
An exception thrown when an external process terminated with a non-zero exit code. Getter methods allow to access the exit code as well as the stdout and stderr output.- Author:
- Fabrizio Giudici
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessExecutorException(java.lang.String message, int exitCode, java.util.List<java.lang.String> stdout, java.util.List<java.lang.String> stderr)
-