GlUtil.GlException


public final class GlUtil.GlException extends Exception


Thrown when an OpenGL error occurs.

Summary

Public constructors

Creates an instance with the specified error message.

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

GlException

public GlException(String message)

Creates an instance with the specified error message.