Uses of Class
org.apache.commons.exec.ExecuteException
-
Packages that use ExecuteException Package Description org.apache.commons.exec -
-
Uses of ExecuteException in org.apache.commons.exec
Methods in org.apache.commons.exec that return ExecuteException Modifier and Type Method Description ExecuteException
DefaultExecuteResultHandler. getException()
Get theexception
causing the process execution to fail.Methods in org.apache.commons.exec with parameters of type ExecuteException Modifier and Type Method Description void
DefaultExecuteResultHandler. onProcessFailed(ExecuteException e)
void
ExecuteResultHandler. onProcessFailed(ExecuteException e)
The asynchronous execution failed.Methods in org.apache.commons.exec that throw ExecuteException Modifier and Type Method Description int
DefaultExecutor. execute(CommandLine command)
int
DefaultExecutor. execute(CommandLine command, Map<String,String> environment)
void
DefaultExecutor. execute(CommandLine command, Map<String,String> environment, ExecuteResultHandler handler)
void
DefaultExecutor. execute(CommandLine command, ExecuteResultHandler handler)
int
Executor. execute(CommandLine command)
Methods for starting synchronous execution.int
Executor. execute(CommandLine command, Map<String,String> environment)
Methods for starting synchronous execution.void
Executor. execute(CommandLine command, Map<String,String> environment, ExecuteResultHandler handler)
Methods for starting asynchronous execution.void
Executor. execute(CommandLine command, ExecuteResultHandler handler)
Methods for starting asynchronous execution.
-