All Packages  This Package  Class Hierarchy  Class Search  Index

Class com.hermetica.magician.GLContextException
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

Version:
$Id: GLContextException.java,v 1.1 1998/02/02 20:54:27 descarte Exp descarte $

See Also: GLContext, OpenGLException


  Cross Reference

Thrown By:
GLContext.destroy(), GLContext.destroyContext(), GLContext.makeCurrent(), GLContext.swapBuffers()





  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  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7