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:
-
Field Summary
Fields inherited from class picocli.CommandLine.ParameterException
commandLine -
Constructor Summary
ConstructorsConstructorDescriptionKcUnmatchedArgumentException(picocli.CommandLine.UnmatchedArgumentException ex) KcUnmatchedArgumentException(picocli.CommandLine commandLine, List<String> args) -
Method Summary
Methods inherited from class picocli.CommandLine.UnmatchedArgumentException
getUnmatched, isUnknownOption, printSuggestions, printSuggestions, printSuggestions, printSuggestionsMethods inherited from class picocli.CommandLine.ParameterException
getArgSpec, getCommandLine, getValueMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KcUnmatchedArgumentException
-
KcUnmatchedArgumentException
public KcUnmatchedArgumentException(picocli.CommandLine.UnmatchedArgumentException ex)
-
-
Method Details
-
getSuggestions
- Overrides:
getSuggestionsin classpicocli.CommandLine.UnmatchedArgumentException
-