org.gstreamer
Class GError

java.lang.Object
  extended by org.gstreamer.GError

public class GError
extends java.lang.Object

Base gstreamer error type.


Method Summary
 int getCode()
          Gets a numeric code representing this error.
 java.lang.String getMessage()
          Gets a string representation of this error.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMessage

public java.lang.String getMessage()
Gets a string representation of this error.

Returns:
a string representing the error.

getCode

public final int getCode()
Gets a numeric code representing this error.

Returns:
an integer code.