类 ExecuteException

所有已实现的接口:
Serializable

public class ExecuteException extends IOException
Description: Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
另请参阅:
  • 构造器详细资料

    • ExecuteException

      public ExecuteException(String message, int exitValue)
      Construct a new exception with the specified detail message.
      参数:
      message - The detail message
      exitValue - The exit value
    • ExecuteException

      public ExecuteException(String message, int exitValue, Throwable cause)
      Construct a new exception with the specified detail message and cause.
      参数:
      message - The detail message
      exitValue - The exit value
      cause - The underlying cause
  • 方法详细资料

    • getCause

      public Throwable getCause()
      Return the underlying cause of this exception (if any).
      覆盖:
      getCause 在类中 Throwable
    • getExitValue

      public int getExitValue()
      Gets the exit value returned by the failed process
      返回:
      The exit value