Package com.brightcove.player.edge
Class VideoParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.brightcove.player.edge.VideoParseException
- All Implemented Interfaces:
Serializable
Thrown when the JSON object does not have the minimum required properties to create a Video.
- See Also:
-
Constructor Summary
ConstructorDescriptionVideoParseException
(String message) VideoParseException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VideoParseException
public VideoParseException() -
VideoParseException
-
VideoParseException
-