org.gstreamer
Class GstException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gstreamer.GstException
All Implemented Interfaces:
java.io.Serializable

public class GstException
extends java.lang.RuntimeException

Thrown when a gstreamer error occurs.

See Also:
Serialized Form

Constructor Summary
GstException()
          Creates a new instance of GstException without detail message.
GstException(GError error)
           
GstException(java.lang.String msg)
          Constructs an instance of GstException with the specified detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GstException

public GstException()
Creates a new instance of GstException without detail message.


GstException

public GstException(java.lang.String msg)
Constructs an instance of GstException with the specified detail message.

Parameters:
msg - the detail message.

GstException

public GstException(GError error)