public class GstException extends GLibException
Constructor and Description |
---|
GstException()
Creates a new instance of
GstException without detail message. |
GstException(GError error) |
GstException(String msg)
Constructs an instance of
GstException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GstException()
GstException
without detail message.public GstException(String msg)
GstException
with the specified detail message.msg
- the detail message.public GstException(GError error)
Copyright © 2019 gstreamer-java. All rights reserved.