类 ExecuteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sh.common.exec.ExecuteException
- 所有已实现的接口:
Serializable
Description:
Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
- 另请参阅:
-
构造器概要
构造器构造器说明ExecuteException(String message, int exitValue) Construct a new exception with the specified detail message.ExecuteException(String message, int exitValue, Throwable cause) Construct a new exception with the specified detail message and cause. -
方法概要
修饰符和类型方法说明getCause()Return the underlying cause of this exception (if any).intGets the exit value returned by the failed process
-
构造器详细资料
-
ExecuteException
Construct a new exception with the specified detail message.- 参数:
message- The detail messageexitValue- The exit value
-
ExecuteException
Construct a new exception with the specified detail message and cause.- 参数:
message- The detail messageexitValue- The exit valuecause- The underlying cause
-
-
方法详细资料