All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----com.hermetica.magician.GLContextException
Summary |
public class GLContextException extends java.lang.RuntimeException { // Constructors 2 public GLContextException(); public GLContextException(String); }
This Exception object is thrown if execution of an OpenGL context operation fails, eg, buffer swapping, making an OpenGL context current and so on. For more general OpenGL failures not related specifically to the contexts, see OpenGLException
See Also: GLContext, OpenGLException
Cross Reference |
Constructors |
· GLContextException | Summary | Top |
public GLContextException()
Standard blank constructor
· GLContextException | Summary | Top |
public GLContextException(String message)
Constructor with a message!
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7