Package org.openhab.core.voice.text
Class InterpretationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.voice.text.InterpretationException
- All Implemented Interfaces:
Serializable
An exception used by
HumanLanguageInterpreter
s, if an error occurs.- Author:
- Tilman Kamp - Initial contribution
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new interpretation exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InterpretationException
Constructs a new interpretation exception.- Parameters:
msg
- the textual response. Should be short, localized and understandable by non-technical users.
-