Class ProcessExitedWithErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com._1c.g5.v8.dt.pm.ProcessExitedWithErrorException
All Implemented Interfaces:
Serializable

public class ProcessExitedWithErrorException extends Exception

Occurs when process has exited with error when it were starting.

See Also:
  • Constructor Details

    • ProcessExitedWithErrorException

      public ProcessExitedWithErrorException(String message, int exitCode)
      Constructs new instance with given message and code with which the process has exited.
      Parameters:
      message - given message (may be null)
      given - exit code with which the process has exited
  • Method Details

    • getExitCode

      public int getExitCode()

      Returns the code with which the process has exited.

      Returns:
      the code with which the process has exited