com.hermetica.magician
Class GLComponentInitializationException

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

public class GLComponentInitializationException
extends java.lang.RuntimeException

This exception is thrown only when invoking the initialize() method of GLComponent fails. This is usually due to the application requesting an unsuitable GLCapabilities configuration.

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

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

GLComponentInitializationException

public GLComponentInitializationException()
Standard blank constructor

GLComponentInitializationException

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