com.partnersoft.gui.opengl
Class OpenglException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.partnersoft.gui.opengl.OpenglException
All Implemented Interfaces:
java.io.Serializable

public class OpenglException
extends java.lang.Exception

An exception that occurs during OpenGL activities.

Copyright 2004-2009 Partner Software, Inc.

Version:
$Id: OpenglException.java 2328 2010-01-06 15:38:22Z paul $
Author:
Paul Reavis
See Also:
Serialized Form

Constructor Summary
OpenglException()
           
OpenglException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OpenglException

public OpenglException(java.lang.String message)

OpenglException

public OpenglException()