Class TTSException

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

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

    • TTSException

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

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

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

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