Class ExceptionHandler

java.lang.Object
com.sshtools.volman.app.ExceptionHandler
All Implemented Interfaces:
picocli.CommandLine.IExecutionExceptionHandler

public class ExceptionHandler extends Object implements picocli.CommandLine.IExecutionExceptionHandler
  • Constructor Details

    • ExceptionHandler

      public ExceptionHandler()
  • Method Details

    • handleExecutionException

      public int handleExecutionException(Exception ex, picocli.CommandLine commandLine, picocli.CommandLine.ParseResult parseResult) throws Exception
      Specified by:
      handleExecutionException in interface picocli.CommandLine.IExecutionExceptionHandler
      Throws:
      Exception