com.jogamp.opengl.util.av
Class GLMediaPlayer.StreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
GLMediaPlayer.StreamException(String message, Throwable cause)
           
GLMediaPlayer.StreamException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GLMediaPlayer.StreamException

public GLMediaPlayer.StreamException(Throwable cause)

GLMediaPlayer.StreamException

public GLMediaPlayer.StreamException(String message,
                                     Throwable cause)


Copyright 2010 JogAmp Community.