|
JOAL v2.6.0-rc-20250712
JOAL, OpenAL® API Binding for Java (public API).
|
A generic exception for OpenAL errors used throughout the binding as a substitute for RuntimeException.
More...
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... | |
A generic exception for OpenAL errors used throughout the binding as a substitute for RuntimeException.
Definition at line 40 of file ALException.java.
| com.jogamp.openal.ALException.ALException | ( | ) |
Constructs an ALException object.
Definition at line 42 of file ALException.java.
| 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.
| 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.
| 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.