JOAL v2.6.0-rc-20250712
JOAL, OpenAL® API Binding for Java™ (public API).
com.jogamp.openal.ALException Class Reference

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

Inheritance diagram for com.jogamp.openal.ALException:
Collaboration diagram for com.jogamp.openal.ALException:

Public Member Functions

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

Detailed Description

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

Definition at line 40 of file ALException.java.

Constructor & Destructor Documentation

◆ ALException() [1/4]

com.jogamp.openal.ALException.ALException ( )

Constructs an ALException object.

Definition at line 42 of file ALException.java.

◆ ALException() [2/4]

com.jogamp.openal.ALException.ALException ( final String  message)

Constructs an ALException object with the specified detail message.

Definition at line 48 of file ALException.java.

◆ ALException() [3/4]

com.jogamp.openal.ALException.ALException ( final String  message,
final Throwable  cause 
)

Constructs an ALException object with the specified detail message and root cause.

Definition at line 54 of file ALException.java.

◆ ALException() [4/4]

com.jogamp.openal.ALException.ALException ( final Throwable  cause)

Constructs an ALException object with the specified root cause.

Definition at line 60 of file ALException.java.


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