com.hermetica.magician
Class GLExtensionNotSupportedException

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

public class GLExtensionNotSupportedException
extends java.lang.RuntimeException

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

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

GLExtensionNotSupportedException

public GLExtensionNotSupportedException()
Standard blank constructor

GLExtensionNotSupportedException

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