com.hermetica.magician
Class GLNoCurrentContextException

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

public class GLNoCurrentContextException
extends java.lang.RuntimeException

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.

Version:
$Id: GLNoCurrentContextException.java,v 1.2 1999/06/03 23:11:48 descarte Exp $
See Also:
Serialized Form

Constructor Summary
GLNoCurrentContextException()
          Standard blank constructor
GLNoCurrentContextException(java.lang.String message)
          Constructor with an argument!
 
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

GLNoCurrentContextException

public GLNoCurrentContextException()
Standard blank constructor

GLNoCurrentContextException

public GLNoCurrentContextException(java.lang.String message)
Constructor with an argument!