Class SOPExecutionExceptionHandler

  • All Implemented Interfaces:
    picocli.CommandLine.IExecutionExceptionHandler

    public class SOPExecutionExceptionHandler
    extends java.lang.Object
    implements picocli.CommandLine.IExecutionExceptionHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int handleExecutionException​(java.lang.Exception ex, picocli.CommandLine commandLine, picocli.CommandLine.ParseResult parseResult)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SOPExecutionExceptionHandler

        public SOPExecutionExceptionHandler()
    • Method Detail

      • handleExecutionException

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