Modifier and Type | Method | Description |
---|---|---|
CommandLine.IExecutionExceptionHandler |
CommandLine.getExecutionExceptionHandler() |
Returns the handler for dealing with exceptions that occurred in the
Callable , Runnable or Method
user object of a command when the command was executed. |
Modifier and Type | Method | Description |
---|---|---|
CommandLine |
CommandLine.setExecutionExceptionHandler(CommandLine.IExecutionExceptionHandler executionExceptionHandler) |
Sets a custom handler for dealing with exceptions that occurred in the
Callable , Runnable or Method
user object of a command when the command was executed via the execute method. |
Copyright © 2017–2019. All rights reserved.