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, toStringpublic GstException()
GstException without detail message.public GstException(String msg)
GstException with the specified detail message.msg - the detail message.public GstException(GError error)
Copyright © 2021 gstreamer-java. All rights reserved.