Uses of Class
org.apache.commons.exec.ExecuteException
-
Packages that use ExecuteException Package Description org.apache.commons.exec The main Apache Commons Exec package. -
-
Uses of ExecuteException in org.apache.commons.exec
Methods in org.apache.commons.exec that return ExecuteException Modifier and Type Method Description ExecuteExceptionDefaultExecuteResultHandler. getException()Gets theexceptioncausing the process execution to fail.Methods in org.apache.commons.exec with parameters of type ExecuteException Modifier and Type Method Description voidDefaultExecuteResultHandler. onProcessFailed(ExecuteException e)voidExecuteResultHandler. onProcessFailed(ExecuteException e)The asynchronous execution failed.Methods in org.apache.commons.exec that throw ExecuteException Modifier and Type Method Description intDefaultExecutor. execute(CommandLine command)intDefaultExecutor. execute(CommandLine command, java.util.Map<java.lang.String,java.lang.String> environment)voidDefaultExecutor. execute(CommandLine command, java.util.Map<java.lang.String,java.lang.String> environment, ExecuteResultHandler handler)voidDefaultExecutor. execute(CommandLine command, ExecuteResultHandler handler)intExecutor. execute(CommandLine command)Executes a command synchronously.intExecutor. execute(CommandLine command, java.util.Map<java.lang.String,java.lang.String> environment)Executes a command synchronously.voidExecutor. execute(CommandLine command, java.util.Map<java.lang.String,java.lang.String> environment, ExecuteResultHandler handler)Executes a command asynchronously.voidExecutor. execute(CommandLine command, ExecuteResultHandler handler)Executes a command asynchronously.
-