MediaErrorpublic class MediaError extends Error A MediaError indicates an error condition that
occurred through incorrect usage of the API.
You should not check for MediaErrors . |
Constructors Summary |
---|
public MediaError()
super();
| public MediaError(String reason)
super(reason);
|
|