Package 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
A StreamException encapsulates a caught exception in the decoder thread, a.k.a StreamWorker,
see See StreamWorker Error Handling.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStreamException
(String message, Throwable cause) StreamException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamException
-
StreamException
-