Class CommandRunException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.cosium.code.format.executable.CommandRunException
-
- All Implemented Interfaces:
Serializable
public class CommandRunException extends RuntimeException
Created on 20/02/18.- Author:
- Reda.Housni-Alaoui
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandRunException(int exitCode, String output, String... command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetExitCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-