40package com.jogamp.nativewindow;
45@SuppressWarnings(
"serial")
61 super(message, cause);
A generic exception for OpenGL errors used throughout the binding as a substitute for RuntimeExceptio...
NativeWindowException(final String message)
Constructs a NativeWindowException object with the specified detail message.
NativeWindowException()
Constructs a NativeWindowException object.
NativeWindowException(final Throwable cause)
Constructs a NativeWindowException object with the specified root cause.
NativeWindowException(final String message, final Throwable cause)
Constructs a NativeWindowException object with the specified detail message and root cause.