[null,null,["Last updated 2024-10-31 UTC."],[],["`MissingGlContextException` is thrown when a GL context is required but missing. It has two public constructors: one default and another that accepts a `String` message. It inherits methods from `java.lang.Throwable`, like `getMessage`, `getStackTrace`, and `printStackTrace`, for handling exceptions. It also inherits methods from `java.lang.Object`, such as `equals`, `hashCode`, `toString`, for general object operations. The constructors initialize the exception, either without a message or with a custom `String` message.\n"]]