Uses of Class
org.apache.commons.exec.ExecuteException
Packages that use ExecuteException
-
Uses of ExecuteException in org.apache.commons.exec
Methods in org.apache.commons.exec that return ExecuteExceptionModifier and TypeMethodDescriptionDefaultExecuteResultHandler.getException()
Gets theexception
causing the process execution to fail.Methods in org.apache.commons.exec with parameters of type ExecuteExceptionModifier and TypeMethodDescriptionvoid
DefaultExecuteResultHandler.onProcessFailed
(ExecuteException e) void
ExecuteResultHandler.onProcessFailed
(ExecuteException e) The asynchronous execution failed.Methods in org.apache.commons.exec that throw ExecuteExceptionModifier and TypeMethodDescriptionint
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) Executes a command synchronously.int
Executor.execute
(CommandLine command, Map<String, String> environment) Executes a command synchronously.void
Executor.execute
(CommandLine command, Map<String, String> environment, ExecuteResultHandler handler) Executes a command asynchronously.void
Executor.execute
(CommandLine command, ExecuteResultHandler handler) Executes a command asynchronously.