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 TypeMethodDescriptionintPrompt.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> TPrompt.promptForValue(Class<T> cls, boolean secure) Prompts for a valueprotected <T> TPrompt.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 PromptExceptionMatcherUtils.ambiguousResponse(String response) Provides an error indicating that the response was ambiguous i.e. did not identify a single optionstatic PromptExceptionMatcherUtils.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