public class BasicPlayerException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static String |
CANNOTINITLINE |
static String |
GAINCONTROLNOTSUPPORTED |
static String |
PANCONTROLNOTSUPPORTED |
static String |
SKIPNOTSUPPORTED |
static String |
WAITERROR |
| Constructor and Description |
|---|
BasicPlayerException() |
BasicPlayerException(String msg) |
BasicPlayerException(String msg,
Throwable cause) |
BasicPlayerException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
String |
getMessage()
Returns the detail message string of this throwable.
|
void |
printStackTrace() |
void |
printStackTrace(PrintStream out) |
void |
printStackTrace(PrintWriter out) |
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic static final String GAINCONTROLNOTSUPPORTED
public static final String PANCONTROLNOTSUPPORTED
public static final String WAITERROR
public static final String CANNOTINITLINE
public static final String SKIPNOTSUPPORTED
public BasicPlayerException()
public BasicPlayerException(String msg)
public BasicPlayerException(Throwable cause)
public String getMessage()
getMessage in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream out)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter out)
printStackTrace in class ThrowableCopyright © 2016. All Rights Reserved.