Class VideoSegmenterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.videosegmenter.api.VideoSegmenterException
All Implemented Interfaces:
Serializable

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

    • VideoSegmenterException

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

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

      public VideoSegmenterException(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