Class TextAnalyzerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.textanalyzer.api.TextAnalyzerException
All Implemented Interfaces:
Serializable

public class TextAnalyzerException extends Exception
This exception is thrown during media analyis.
See Also:
  • Constructor Details

    • TextAnalyzerException

      public TextAnalyzerException(String message)
      Creates a new media analysis exception with message as a reason.
      Parameters:
      message - the reason of failure
    • TextAnalyzerException

      public TextAnalyzerException(Throwable cause)
      Creates a new media analysis exception where cause identifies the original reason of failure.
      Parameters:
      cause - the root cause for the failure
    • TextAnalyzerException

      public TextAnalyzerException(String message, Throwable cause)
      Creates a new media analysis exception with message as a reason and cause as the original cause of failure.
      Parameters:
      message - the reason of failure
      cause - the root cause for the failure