All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----com.hermetica.magician.OpenGLException
Summary |
public class OpenGLException extends java.lang.RuntimeException { // Constructors 2 public OpenGLException(); public OpenGLException(String); }
General OpenGL Exception object thrown if execution of an OpenGL function fails. The operation of this is bound by whether or not you are running the application using the debugging or non-debugging version of the native library. The non-debugging version will not throw exceptions for speed.
Cross Reference |
Constructors |
· OpenGLException | Summary | Top |
public OpenGLException()
Standard blank constructor
· OpenGLException | Summary | Top |
public OpenGLException(String message)
Constructor with an argument!
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7