Package org.lwjgl.opengles
Class PowerManagementEventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lwjgl.opengles.PowerManagementEventException
- All Implemented Interfaces:
Serializable
A PowerManagementEventException exception will be thrown when a call
to eglSwapBuffers, eglCopyBuffers or eglMakeCurrent returns EGL_FALSE
and the EGL_ERROR generated is EGL_CONTEXT_LOST.
On detection of this error, the application must destroy all contexts.
To continue rendering the application must recreate any contexts it
requires, and subsequently restore any client API state and objects
it wishes to use.
Note that not all implementations can be made to generate power management
events, and developers should continue to refer to platform-specific
documentation in this area.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPowerManagementEventException
(String message) PowerManagementEventException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PowerManagementEventException
public PowerManagementEventException() -
PowerManagementEventException
-
PowerManagementEventException
-
PowerManagementEventException
-