public class GStreamerException extends IOException
Constructor and Description |
---|
GStreamerException(String message)
Constructs an
VideoCaptureException with the specified detail
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GStreamerException(String message)
VideoCaptureException
with the specified detail
message.message
- The detail message (which is saved for later retrieval by the
Throwable.getMessage()
method)