gnu.x11.extension.glx
Class Error

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by gnu.x11.Error
              extended by gnu.x11.extension.glx.Error
All Implemented Interfaces:
java.io.Serializable

public class Error
extends Error

GLX Error.

See Also:
Serialized Form

Field Summary
static int BAD_CONTEXT
           
static int BAD_CONTEXT_STATE
           
static int BAD_CONTEXT_TAG
           
static int BAD_CURRENT_DRAWABLE
           
static int BAD_CURRENT_WINDOW
           
static int BAD_DRAWABLE
           
static int BAD_FB_CONFIG
           
static int BAD_LARGE_REQUEST
           
static int BAD_PBUFFER
           
static int BAD_PIXMAP
           
static int BAD_PRIVATE_REQUEST
           
static int BAD_RENDER_REQUEST
           
static int BAD_WINDOW
           
static java.lang.String[] ERROR_STRINGS
           
 
Fields inherited from class gnu.x11.Error
bad, BAD_ACCESS, BAD_ALLOC, BAD_ATOM, BAD_COLORMAP, BAD_CURSOR, BAD_FONT, BAD_GC, BAD_ID_CHOICE, BAD_IMPLEMENTATION, BAD_LENGTH, BAD_MATCH, BAD_NAME, BAD_REQUEST, BAD_VALUE, code, major_opcode, minor_opcode, OPCODE_STRINGS, seq_no, SUCCESS
 
Constructor Summary
Error(Display display, int code, int seq_no, int bad, int minor_opcode, int major_opcode)
           
 
Method Summary
 
Methods inherited from class gnu.x11.Error
init
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BAD_CONTEXT

public static final int BAD_CONTEXT
See Also:
Constant Field Values

BAD_CONTEXT_STATE

public static final int BAD_CONTEXT_STATE
See Also:
Constant Field Values

BAD_DRAWABLE

public static final int BAD_DRAWABLE
See Also:
Constant Field Values

BAD_PIXMAP

public static final int BAD_PIXMAP
See Also:
Constant Field Values

BAD_CONTEXT_TAG

public static final int BAD_CONTEXT_TAG
See Also:
Constant Field Values

BAD_CURRENT_WINDOW

public static final int BAD_CURRENT_WINDOW
See Also:
Constant Field Values

BAD_RENDER_REQUEST

public static final int BAD_RENDER_REQUEST
See Also:
Constant Field Values

BAD_LARGE_REQUEST

public static final int BAD_LARGE_REQUEST
See Also:
Constant Field Values

BAD_PRIVATE_REQUEST

public static final int BAD_PRIVATE_REQUEST
See Also:
Constant Field Values

BAD_FB_CONFIG

public static final int BAD_FB_CONFIG
See Also:
Constant Field Values

BAD_PBUFFER

public static final int BAD_PBUFFER
See Also:
Constant Field Values

BAD_CURRENT_DRAWABLE

public static final int BAD_CURRENT_DRAWABLE
See Also:
Constant Field Values

BAD_WINDOW

public static final int BAD_WINDOW
See Also:
Constant Field Values

ERROR_STRINGS

public static final java.lang.String[] ERROR_STRINGS
Constructor Detail

Error

public Error(Display display,
             int code,
             int seq_no,
             int bad,
             int minor_opcode,
             int major_opcode)