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