[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]