Package sop.cli.picocli
Class SOPExecutionExceptionHandler
- java.lang.Object
-
- sop.cli.picocli.SOPExecutionExceptionHandler
-
- All Implemented Interfaces:
picocli.CommandLine.IExecutionExceptionHandler
public class SOPExecutionExceptionHandler extends Object implements picocli.CommandLine.IExecutionExceptionHandler
-
-
Constructor Summary
Constructors Constructor Description SOPExecutionExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
handleExecutionException(Exception ex, picocli.CommandLine commandLine, picocli.CommandLine.ParseResult parseResult)
-
-
-
Constructor Detail
-
SOPExecutionExceptionHandler
public SOPExecutionExceptionHandler()
-
-
Method Detail
-
handleExecutionException
public int handleExecutionException(Exception ex, picocli.CommandLine commandLine, picocli.CommandLine.ParseResult parseResult)
- Specified by:
handleExecutionException
in interfacepicocli.CommandLine.IExecutionExceptionHandler
-
-