yu.ac.bg.etf.javaqx.opengl
Class GLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byyu.ac.bg.etf.javaqx.opengl.GLException
All Implemented Interfaces:
java.io.Serializable

public class GLException
extends java.lang.RuntimeException

OpenGL Exception.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)
See Also:
Serialized Form

Constructor Summary
GLException()
          Constructs new GLException object.
GLException(java.lang.String message)
          Constructs new GLException object.
 
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

GLException

public GLException()
Constructs new GLException object.


GLException

public GLException(java.lang.String message)
Constructs new GLException object.

Parameters:
message - the error message


Copyright © 2007 ETF and contributors. All Rights Reserved.