Class SoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.gloop.openal.exception.SoundException
- All Implemented Interfaces:
Serializable
This is commonly thrown when a sound buffer couldn't be allocated.
- Author:
- Matthew Tropiano
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSoundException(String message) SoundException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SoundException
public SoundException() -
SoundException
-
SoundException
-