Class VideoParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.brightcove.player.edge.VideoParseException
All Implemented Interfaces:
Serializable

public class VideoParseException extends Exception
Thrown when the JSON object does not have the minimum required properties to create a Video.
See Also:
  • Constructor Details

    • VideoParseException

      public VideoParseException()
    • VideoParseException

      public VideoParseException(String message)
    • VideoParseException

      public VideoParseException(String message, Throwable cause)