|
||||||||||
| 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.LibraryJavaSound.Exception
public static class LibraryJavaSound.Exception
The LibraryJavaSound.Exception class provides library-specific error information.
| Field Summary | |
|---|---|
static int |
MIXER_PROBLEM
Global identifier for a problem with the mixer. |
static LibraryJavaSound.MixerRanking |
mixerRanking
If there is a mixer problem, this will hold additional information. |
| Fields inherited from class paulscode.sound.SoundSystemException |
|---|
CLASS_TYPE_MISMATCH, ERROR_NONE, LIBRARY_NULL, LIBRARY_TYPE, NULL_PARAMETER, UNKNOWN_ERROR |
| Constructor Summary | |
|---|---|
LibraryJavaSound.Exception(java.lang.String message)
Constructor: Generates a standard "unknown error" exception with the specified message. |
|
LibraryJavaSound.Exception(java.lang.String message,
int type)
Constructor: Generates an exception of the specified type, with the specified message. |
|
LibraryJavaSound.Exception(java.lang.String message,
LibraryJavaSound.MixerRanking rank)
Constructor: Generates a "Mixer Problem" exception 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 MIXER_PROBLEM
public static LibraryJavaSound.MixerRanking mixerRanking
| Constructor Detail |
|---|
public LibraryJavaSound.Exception(java.lang.String message)
message - A brief description of the problem that occurred.
public LibraryJavaSound.Exception(java.lang.String message,
int type)
message - A brief description of the problem that occurred.type - Identifier indicating they type of error.
public LibraryJavaSound.Exception(java.lang.String message,
LibraryJavaSound.MixerRanking rank)
message - A brief description of the problem that occurred.rank - Ranking of the mixer involved.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||