GLException  |  API reference  |  Android Developers (original) (raw)


open class GLException : RuntimeException

kotlin.Any
kotlin.Throwable
java.lang.Exception
java.lang.RuntimeException

An exception class for OpenGL errors.

Summary

Public constructors
GLException(error: Int)
GLException(error: Int, string: String!)

Public constructors

GLException

GLException(error: Int)

GLException

GLException(
    error: Int,
    string: String!)

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.