Class STTException

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

@NonNullByDefault public class STTException extends Exception
General purpose STT exception
Author:
Kelly Davis - Initial contribution
See Also:
  • Constructor Details

    • STTException

      public STTException()
      Constructs a new exception with null as its detail message.
    • STTException

      public STTException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - Detail message
      cause - The cause
    • STTException

      public STTException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - Detail message
    • STTException

      public STTException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - The cause