public class StreamPlayerException
extends java.lang.Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamPlayerException.PlayerException
Type of exception.
|
| Constructor and Description |
|---|
StreamPlayerException(StreamPlayerException.PlayerException paramString)
Constructor.
|
StreamPlayerException(StreamPlayerException.PlayerException paramString,
java.lang.Throwable paramThrowable)
Constructor.
|
StreamPlayerException(java.lang.Throwable paramThrowable)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
java.lang.String |
getMessage() |
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream printStream) |
void |
printStackTrace(java.io.PrintWriter printWriter) |
public StreamPlayerException(StreamPlayerException.PlayerException paramString)
paramString - String Parameterpublic StreamPlayerException(java.lang.Throwable paramThrowable)
paramThrowable - the param throwablepublic StreamPlayerException(StreamPlayerException.PlayerException paramString, java.lang.Throwable paramThrowable)
paramString - the param stringparamThrowable - the param throwablepublic java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream printStream)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter printWriter)
printStackTrace in class java.lang.ThrowableCopyright © 2019. All rights reserved.