public class InneractiveVideoError extends InneractiveError
| Modifier and Type | Class and Description |
|---|---|
static class |
InneractiveVideoError.Error
Enumeration class for reporting player errors
|
| Constructor and Description |
|---|
InneractiveVideoError(InneractiveVideoError.Error playerError) |
InneractiveVideoError(InneractiveVideoError.Error playerError,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
description() |
java.lang.Throwable |
getCause() |
InneractiveVideoError.Error |
getPlayerError() |
public InneractiveVideoError(InneractiveVideoError.Error playerError)
public InneractiveVideoError(InneractiveVideoError.Error playerError, java.lang.Throwable cause)
public InneractiveVideoError.Error getPlayerError()
public java.lang.Throwable getCause()
public java.lang.String description()
description in class InneractiveError