com.hermetica.magician
Class GLContextException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.hermetica.magician.GLContextException

public class GLContextException
extends java.lang.RuntimeException

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.2 1999/06/03 23:11:48 descarte Exp $
See Also:
GLContext, OpenGLException, Serialized Form

Constructor Summary
GLContextException()
          Standard blank constructor
GLContextException(java.lang.String message)
          Constructor with a message!
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GLContextException

public GLContextException()
Standard blank constructor

GLContextException

public GLContextException(java.lang.String message)
Constructor with a message!