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