Class GLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.prozilla.pine.common.exception.PineException
dev.prozilla.pine.common.exception.GLException
- All Implemented Interfaces:
Serializable
An OpenGL error.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GLException
public GLException() -
GLException
public GLException(int error) - Parameters:
error- An OpenGL error code
-
GLException
-