JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.nativewindow.NativeWindowException Class Reference

A generic exception for OpenGL errors used throughout the binding as a substitute for RuntimeException. More...

Inheritance diagram for com.jogamp.nativewindow.NativeWindowException:
Collaboration diagram for com.jogamp.nativewindow.NativeWindowException:

Public Member Functions

 NativeWindowException ()
 Constructs a NativeWindowException object. More...
 
 NativeWindowException (final String message)
 Constructs a NativeWindowException object with the specified detail message. More...
 
 NativeWindowException (final String message, final Throwable cause)
 Constructs a NativeWindowException object with the specified detail message and root cause. More...
 
 NativeWindowException (final Throwable cause)
 Constructs a NativeWindowException object with the specified root cause. More...
 

Detailed Description

A generic exception for OpenGL errors used throughout the binding as a substitute for RuntimeException.

Definition at line 46 of file NativeWindowException.java.

Constructor & Destructor Documentation

◆ NativeWindowException() [1/4]

com.jogamp.nativewindow.NativeWindowException.NativeWindowException ( )

Constructs a NativeWindowException object.

Definition at line 48 of file NativeWindowException.java.

◆ NativeWindowException() [2/4]

com.jogamp.nativewindow.NativeWindowException.NativeWindowException ( final String  message)

Constructs a NativeWindowException object with the specified detail message.

Definition at line 54 of file NativeWindowException.java.

◆ NativeWindowException() [3/4]

com.jogamp.nativewindow.NativeWindowException.NativeWindowException ( final String  message,
final Throwable  cause 
)

Constructs a NativeWindowException object with the specified detail message and root cause.

Definition at line 60 of file NativeWindowException.java.

◆ NativeWindowException() [4/4]

com.jogamp.nativewindow.NativeWindowException.NativeWindowException ( final Throwable  cause)

Constructs a NativeWindowException object with the specified root cause.

Definition at line 66 of file NativeWindowException.java.


The documentation for this class was generated from the following file: