com.hermetica.magician
Class GLUnsupportedFunctionException

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

public class GLUnsupportedFunctionException
extends java.lang.RuntimeException

This Exception is thrown whenever an OpenGL or GLU function is not supported within the underlying native OpenGL or GLU implementation. This allows developers to write cross-OpenGL applications safely.

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

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

GLUnsupportedFunctionException

public GLUnsupportedFunctionException()
Standard blank constructor

GLUnsupportedFunctionException

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