|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
paulscode.sound.SoundSystemException
paulscode.sound.libraries.LibraryLWJGLOpenAL.Exception
public static class LibraryLWJGLOpenAL.Exception
The LibraryLWJGLOpenAL.Exception class provides library-specific error information.
| Field Summary | |
|---|---|
static int |
CREATE
Global identifier for an exception during AL.create(). |
static int |
INVALID_ENUM
Global identifier for an invalid parameter in OpenAL. |
static int |
INVALID_NAME
Global identifier for an invalid name parameter in OpenAL. |
static int |
INVALID_OPERATION
Global identifier for an illegal call in OpenAL. |
static int |
INVALID_VALUE
Global identifier for an invalid enumerated parameter value in OpenAL. |
static int |
LISTENER
Global identifier for an exception while creating the OpenAL Listener. |
static int |
NO_AL_PITCH
Global identifier for OpenAL AL_PITCH not supported. |
static int |
OUT_OF_MEMORY
Global identifier for OpenAL out of memory. |
| Fields inherited from class paulscode.sound.SoundSystemException |
|---|
CLASS_TYPE_MISMATCH, ERROR_NONE, LIBRARY_NULL, LIBRARY_TYPE, NULL_PARAMETER, UNKNOWN_ERROR |
| Constructor Summary | |
|---|---|
LibraryLWJGLOpenAL.Exception(java.lang.String message)
Constructor: Generates a standard "unknown error" exception with the specified message. |
|
LibraryLWJGLOpenAL.Exception(java.lang.String message,
int type)
Constructor: Generates an exception of the specified type, with the specified message. |
|
| Method Summary |
|---|
| Methods inherited from class paulscode.sound.SoundSystemException |
|---|
getType |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int CREATE
public static final int INVALID_NAME
public static final int INVALID_ENUM
public static final int INVALID_VALUE
public static final int INVALID_OPERATION
public static final int OUT_OF_MEMORY
public static final int LISTENER
public static final int NO_AL_PITCH
| Constructor Detail |
|---|
public LibraryLWJGLOpenAL.Exception(java.lang.String message)
message - A brief description of the problem that occurred.
public LibraryLWJGLOpenAL.Exception(java.lang.String message,
int type)
message - A brief description of the problem that occurred.type - Identifier indicating they type of error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||