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
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
-
-
Constructor Summary
Constructors Constructor Description StreamException(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
-
-