MissingGlContextException

  • MissingGlContextException is an unchecked exception thrown when an operation requires a GL context.

  • This class includes public constructors for creating a MissingGlContextException with or without a message.

  • MissingGlContextException inherits various methods from java.lang.Throwable and java.lang.Object.

public class MissingGlContextException

Thrown when an operation requires GL context (unchecked).

Public Constructors

Inherited Methods

Public Constructors

MissingGlContextException

public MissingGlContextException()

MissingGlContextException

public MissingGlContextException(
  String message
)

Details
Parameters
message