Class KcUnmatchedArgumentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
picocli.CommandLine.PicocliException
picocli.CommandLine.ParameterException
picocli.CommandLine.UnmatchedArgumentException
org.keycloak.quarkus.runtime.configuration.KcUnmatchedArgumentException
All Implemented Interfaces:
Serializable

public class KcUnmatchedArgumentException extends picocli.CommandLine.UnmatchedArgumentException
Custom CommandLine.UnmatchedArgumentException with amended suggestions
See Also:
  • Constructor Details

    • KcUnmatchedArgumentException

      public KcUnmatchedArgumentException(picocli.CommandLine commandLine, List<String> args)
    • KcUnmatchedArgumentException

      public KcUnmatchedArgumentException(picocli.CommandLine.UnmatchedArgumentException ex)
  • Method Details

    • getSuggestions

      public List<String> getSuggestions()
      Overrides:
      getSuggestions in class picocli.CommandLine.UnmatchedArgumentException