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:
  • Constructor Details

    • StreamException

      public StreamException(Throwable cause)
    • StreamException

      public StreamException(String message, Throwable cause)