com.hermetica.magician
Class GLUTesselatorError

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

public class GLUTesselatorError
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: GLUTesselatorError.java,v 1.1 1999/06/17 21:09:57 descarte Exp descarte $
See Also:
Serialized Form

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

GLUTesselatorError

public GLUTesselatorError()
Standard blank constructor

GLUTesselatorError

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