Uses of Class
com.github.rvesse.airline.prompts.errors.PromptException
Packages that use PromptException
Package
Description
-
Uses of PromptException in com.github.rvesse.airline.prompts
Methods in com.github.rvesse.airline.prompts that throw PromptExceptionModifier and TypeMethodDescriptionint
Prompt.promptForKey()
Prompts for a single keyPrompt.promptForLine()
Prompts for a line of inputPrompt.promptForOption
(boolean secure) Prompts for optionchar[]
Prompt.promptForSecure()
Prompts for a secure input line<T> T
Prompt.promptForValue
(Class<T> cls, boolean secure) Prompts for a valueprotected <T> T
Prompt.waitForPromptResponse
(Future<T> future) Wait for a prompt response -
Uses of PromptException in com.github.rvesse.airline.prompts.errors
Subclasses of PromptException in com.github.rvesse.airline.prompts.errors -
Uses of PromptException in com.github.rvesse.airline.prompts.matchers
Methods in com.github.rvesse.airline.prompts.matchers that return PromptExceptionModifier and TypeMethodDescriptionstatic PromptException
MatcherUtils.ambiguousResponse
(String response) Provides an error indicating that the response was ambiguous i.e.static PromptException
MatcherUtils.invalidResponse
(String response) Provides an error indicating that the response was invalidMethods in com.github.rvesse.airline.prompts.matchers that throw PromptExceptionModifier and TypeMethodDescriptionMatches the response to an option provided by the prompt