Class InterpretationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.voice.text.InterpretationException
All Implemented Interfaces:
Serializable

@NonNullByDefault public class InterpretationException extends Exception
An exception used by HumanLanguageInterpreters, if an error occurs.
Author:
Tilman Kamp - Initial contribution
See Also:
  • Constructor Details

    • InterpretationException

      public InterpretationException(String msg)
      Constructs a new interpretation exception.
      Parameters:
      msg - the textual response. Should be short, localized and understandable by non-technical users.