All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----com.hermetica.magician.GLNoCurrentContextException
Summary |
public class GLNoCurrentContextException extends java.lang.RuntimeException { // Constructors 2 public GLNoCurrentContextException(); public GLNoCurrentContextException(String); }
This Exception is thrown whenever an ErrorGL or ErrorGLU pipeline tests that there is no current OpenGL context. This is useful for testing where contexts need to be switched in manually by the developer.
Constructors |
· GLNoCurrentContextException | Summary | Top |
public GLNoCurrentContextException()
Standard blank constructor
· GLNoCurrentContextException | Summary | Top |
public GLNoCurrentContextException(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