com.hermetica.magician
Class OpenGLException

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

public class OpenGLException
extends java.lang.RuntimeException

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.

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

Constructor Summary
OpenGLException()
          Standard blank constructor
OpenGLException(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

OpenGLException

public OpenGLException()
Standard blank constructor

OpenGLException

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