Uses of Class
org.openhab.core.voice.text.InterpretationException
Packages that use InterpretationException
-
Uses of InterpretationException in org.openhab.core.voice
Methods in org.openhab.core.voice that throw InterpretationExceptionModifier and TypeMethodDescriptionInterprets the passed string using the default services for HLI and locale.Interprets the passed string using a particular HLI service and the default locale. -
Uses of InterpretationException in org.openhab.core.voice.text
Methods in org.openhab.core.voice.text that return InterpretationExceptionModifier and TypeMethodDescription@Nullable InterpretationException
InterpretationResult.getException()
Methods in org.openhab.core.voice.text that throw InterpretationExceptionModifier and TypeMethodDescriptionprotected String
AbstractRuleBasedInterpreter.executeSingle
(ResourceBundle language, String[] labelFragments, Command command) Executes a command on one item that's to be found in the item registry by given name fragments.Interprets a human language text fragment of a givenLocale
Constructors in org.openhab.core.voice.text with parameters of type InterpretationExceptionModifierConstructorDescriptionInterpretationResult
(InterpretationException exception) Constructs an unsuccessful result.