Class MissingPluginParameterExceptionHandler

java.lang.Object
org.apache.camel.dsl.jbang.core.commands.exceptionhandler.MissingPluginParameterExceptionHandler
All Implemented Interfaces:
picocli.CommandLine.IParameterExceptionHandler

public class MissingPluginParameterExceptionHandler extends Object implements picocli.CommandLine.IParameterExceptionHandler
  • Constructor Details

    • MissingPluginParameterExceptionHandler

      public MissingPluginParameterExceptionHandler()
  • Method Details

    • handleParseException

      public int handleParseException(picocli.CommandLine.ParameterException ex, String[] args) throws Exception
      Specified by:
      handleParseException in interface picocli.CommandLine.IParameterExceptionHandler
      Throws:
      Exception