GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.gluegen.GlueGenException Class Reference

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

Inheritance diagram for com.jogamp.gluegen.GlueGenException:
Collaboration diagram for com.jogamp.gluegen.GlueGenException:

Public Member Functions

ASTLocusTag getASTLocusTag ()
 
 GlueGenException ()
 Constructs a GlueGenException object. More...
 
 GlueGenException (final String message)
 Constructs a GlueGenException object with the specified detail message. More...
 
 GlueGenException (final String message, final Throwable cause)
 Constructs a GlueGenException object with the specified detail message and root cause. More...
 
 GlueGenException (final Throwable cause)
 Constructs a GlueGenException object with the specified root cause. More...
 
 GlueGenException (final String message, final ASTLocusTag locusTag)
 Constructs a GlueGenException object with the specified detail message and root cause. More...
 
 GlueGenException (final String message, final ASTLocusTag locusTag, final Throwable cause)
 Constructs a GlueGenException object with the specified detail message and root cause. More...
 
String toString ()
 
- Public Member Functions inherited from com.jogamp.common.JogampRuntimeException
 JogampRuntimeException ()
 Constructs a JogampRuntimeException object. More...
 
 JogampRuntimeException (final String message)
 Constructs a JogampRuntimeException object with the specified detail message. More...
 
 JogampRuntimeException (final String message, final Throwable cause)
 Constructs a JogampRuntimeException object with the specified detail message and root cause. More...
 
 JogampRuntimeException (final Throwable cause)
 Constructs a JogampRuntimeException object with the specified root cause. More...
 

Detailed Description

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

Definition at line 37 of file GlueGenException.java.

Constructor & Destructor Documentation

◆ GlueGenException() [1/6]

com.jogamp.gluegen.GlueGenException.GlueGenException ( )

Constructs a GlueGenException object.

Definition at line 43 of file GlueGenException.java.

◆ GlueGenException() [2/6]

com.jogamp.gluegen.GlueGenException.GlueGenException ( final String  message)

Constructs a GlueGenException object with the specified detail message.

Definition at line 50 of file GlueGenException.java.

◆ GlueGenException() [3/6]

com.jogamp.gluegen.GlueGenException.GlueGenException ( final String  message,
final Throwable  cause 
)

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

Definition at line 57 of file GlueGenException.java.

◆ GlueGenException() [4/6]

com.jogamp.gluegen.GlueGenException.GlueGenException ( final Throwable  cause)

Constructs a GlueGenException object with the specified root cause.

Definition at line 64 of file GlueGenException.java.

◆ GlueGenException() [5/6]

com.jogamp.gluegen.GlueGenException.GlueGenException ( final String  message,
final ASTLocusTag  locusTag 
)

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

Definition at line 71 of file GlueGenException.java.

◆ GlueGenException() [6/6]

com.jogamp.gluegen.GlueGenException.GlueGenException ( final String  message,
final ASTLocusTag  locusTag,
final Throwable  cause 
)

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

Definition at line 78 of file GlueGenException.java.

Member Function Documentation

◆ getASTLocusTag()

ASTLocusTag com.jogamp.gluegen.GlueGenException.getASTLocusTag ( )

Definition at line 40 of file GlueGenException.java.

◆ toString()

String com.jogamp.gluegen.GlueGenException.toString ( )

Definition at line 83 of file GlueGenException.java.

Here is the call graph for this function:

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