Uses of Class
com.github.rvesse.airline.prompts.errors.PromptException
-
Packages that use PromptException Package Description com.github.rvesse.airline.prompts com.github.rvesse.airline.prompts.errors com.github.rvesse.airline.prompts.matchers -
-
Uses of PromptException in com.github.rvesse.airline.prompts
Methods in com.github.rvesse.airline.prompts that throw PromptException Modifier and Type Method Description intPrompt. promptForKey()Prompts for a single keyjava.lang.StringPrompt. promptForLine()Prompts for a line of inputTOptionPrompt. promptForOption(boolean secure)Prompts for optionchar[]Prompt. promptForSecure()Prompts for a secure input line<T> TPrompt. promptForValue(java.lang.Class<T> cls, boolean secure)Prompts for a valueprotected <T> TPrompt. waitForPromptResponse(java.util.concurrent.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 Modifier and Type Class Description classPromptTimeoutException -
Uses of PromptException in com.github.rvesse.airline.prompts.matchers
Methods in com.github.rvesse.airline.prompts.matchers that return PromptException Modifier and Type Method Description static PromptExceptionMatcherUtils. ambiguousResponse(java.lang.String response)Provides an error indicating that the response was ambiguous i.e.static PromptExceptionMatcherUtils. invalidResponse(java.lang.String response)Provides an error indicating that the response was invalidMethods in com.github.rvesse.airline.prompts.matchers that throw PromptException Modifier and Type Method Description TOptionDefaultMatcher. match(Prompt<TOption> prompt, java.lang.String response)TOptionIndexMatcher. match(Prompt<TOption> prompt, java.lang.String response)TOptionPromptOptionMatcher. match(Prompt<TOption> prompt, java.lang.String response)Matches the response to an option provided by the promptTOptionValueMatcher. match(Prompt<TOption> prompt, java.lang.String response)
-