com.jogamp.opengl.util.av
Class GLMediaPlayer.StreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jogamp.opengl.util.av.GLMediaPlayer.StreamException
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- GLMediaPlayer
public static class GLMediaPlayer.StreamException
- extends Exception
A StreamException encapsulates a caught exception in the decoder thread, a.k.a StreamWorker,
see See StreamWorker Error Handling.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GLMediaPlayer.StreamException
public GLMediaPlayer.StreamException(Throwable cause)
GLMediaPlayer.StreamException
public GLMediaPlayer.StreamException(String message,
Throwable cause)
Copyright 2010 JogAmp Community.