Package com.brightcove.player.edge
Class VideoParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.brightcove.player.edge.VideoParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class VideoParseException extends java.lang.Exception
Thrown when the JSON object does not have the minimum required properties to create a Video.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VideoParseException()
VideoParseException(java.lang.String message)
VideoParseException(java.lang.String message, java.lang.Throwable cause)
-