Package com.powsybl.computation
Class ExecutionError
- java.lang.Object
-
- com.powsybl.computation.ExecutionError
-
public class ExecutionError extends Object
- Author:
- Geoffroy Jamgotchian
-
-
Constructor Summary
Constructors Constructor Description ExecutionError(Command command, int index, int exitCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Command
getCommand()
int
getExitCode()
int
getIndex()
String
toString()
-