public class GstException
extends java.lang.RuntimeException
Constructor and Description |
---|
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. |
public GstException()
GstException
without detail message.public GstException(java.lang.String msg)
GstException
with the specified detail message.msg
- the detail message.public GstException(GError error)