Class PrintExceptionMessageHandler
- java.lang.Object
-
- technology.dice.dicewhere.downloader.picocli.PrintExceptionMessageHandler
-
- All Implemented Interfaces:
picocli.CommandLine.IExecutionExceptionHandler
public class PrintExceptionMessageHandler extends Object implements picocli.CommandLine.IExecutionExceptionHandler
-
-
Constructor Summary
Constructors Constructor Description PrintExceptionMessageHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description inthandleExecutionException(Exception e, picocli.CommandLine cmd, picocli.CommandLine.ParseResult parseResult)
-
-
-
Method Detail
-
handleExecutionException
public int handleExecutionException(Exception e, picocli.CommandLine cmd, picocli.CommandLine.ParseResult parseResult)
- Specified by:
handleExecutionExceptionin interfacepicocli.CommandLine.IExecutionExceptionHandler
-
-