net.java.games.jogl
Class GLException
RuntimeExceptionnet.java.games.jogl.GLException
public class GLException
extends RuntimeException
A generic exception for OpenGL errors used throughout the binding
as a substitute for RuntimeException.
GLException()- Constructs a GLException object.
|
GLException(String message)- Constructs a GLException object with the specified detail
message.
|
GLException(String message, Throwable cause)- Constructs a GLException object with the specified detail
message and root cause.
|
GLException(Throwable cause)- Constructs a GLException object with the specified root
cause.
|
GLException
public GLException()
Constructs a GLException object.
GLException
public GLException(String message)
Constructs a GLException object with the specified detail
message.
GLException
public GLException(String message,
Throwable cause)Constructs a GLException object with the specified detail
message and root cause.
GLException
public GLException(Throwable cause)
Constructs a GLException object with the specified root
cause.