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 
HumanLanguageInterpreters, if an error occurs.- Author:
- Tilman Kamp - Initial contribution
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a new interpretation exception.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InterpretationExceptionConstructs a new interpretation exception.- Parameters:
- msg- the textual response. Should be short, localized and understandable by non-technical users.
 
 
-