public class BoxPlayerError
extends java.lang.Exception
BoxMediaControls to inform the listeners about a playback error.| Modifier and Type | Class and Description |
|---|---|
static class |
BoxPlayerError.ErrorType |
| Constructor and Description |
|---|
BoxPlayerError(BoxPlayerError.ErrorType type,
java.lang.String message,
java.lang.Throwable cause) |
BoxPlayerError(BoxPlayerError.ErrorType type,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
java.lang.String |
getMessage() |
BoxPlayerError.ErrorType |
getType() |
public BoxPlayerError(BoxPlayerError.ErrorType type, java.lang.String message, java.lang.Throwable cause)
public BoxPlayerError(BoxPlayerError.ErrorType type, java.lang.Throwable cause)
public java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic BoxPlayerError.ErrorType getType()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable