Class SpeechToTextEngineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.speechtotext.api.SpeechToTextEngineException
All Implemented Interfaces:
Serializable

public class SpeechToTextEngineException extends Exception
Exception thrown by the SpeechToTextEngine operations.
See Also:
  • Constructor Details

    • SpeechToTextEngineException

      public SpeechToTextEngineException(String message)
      Creates a new speech-to-text engine exception with the specified error message.
      Parameters:
      message - the error message
    • SpeechToTextEngineException

      public SpeechToTextEngineException(String message, Throwable cause)
      Creates a new speech-to-text engine exception with the specified error message and wrapping the original exception.
      Parameters:
      message - the error message
      cause - the original error
    • SpeechToTextEngineException

      public SpeechToTextEngineException(Throwable cause)
      Creates a new speech-to-text engine exception by wrapping the original error .
      Parameters:
      cause - the original error