Class ExecutionError

java.lang.Object
com.powsybl.computation.ExecutionError

public class ExecutionError extends Object
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Details

    • ExecutionError

      public ExecutionError(Command command, int index, int exitCode)
  • Method Details

    • getCommand

      public Command getCommand()
    • getIndex

      public int getIndex()
    • getExitCode

      public int getExitCode()
    • toString

      public String toString()
      Overrides:
      toString in class Object