All Packages  This Package  Class Hierarchy  Class Search  Index

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

  Summary

public class  OpenGLException
     extends java.lang.RuntimeException
{
          // Constructors 2
     public OpenGLException();
     public OpenGLException(String);

}

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.1 1998/02/02 20:56:51 descarte Exp descarte $


  Cross Reference

Thrown By:
Many





  Constructors

· OpenGLException

Summary  |  Top
   public OpenGLException() 

Standard blank constructor



· OpenGLException

Summary  |  Top
   public OpenGLException(String message) 

Constructor with an argument!



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7