Class CaptionConverterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.caption.api.CaptionConverterException
All Implemented Interfaces:
Serializable

public class CaptionConverterException extends Exception
Represents general exception during caption converting or parsing.
See Also:
  • Constructor Details

    • CaptionConverterException

      public CaptionConverterException(String msg, Throwable cause)
    • CaptionConverterException

      public CaptionConverterException(String msg)
    • CaptionConverterException

      public CaptionConverterException(Throwable cause)