Package org.lwjgl.openal
Class OpenALException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lwjgl.openal.OpenALException
- All Implemented Interfaces:
Serializable
Thrown by the debug build library of the LWJGL if any OpenAL operation causes an error.
- Version:
- $Revision$ $Id$
- Author:
- Brian Matzon invalid input: '<'brian@matzon.dk>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for OpenALException.OpenALException(int error_code) Constructor that takes an AL error numberOpenALException(String message) Constructor for OpenALException.OpenALException(String message, Throwable cause) Constructor for OpenALException.OpenALException(Throwable cause) Constructor for OpenALException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpenALException
public OpenALException()Constructor for OpenALException. -
OpenALException
public OpenALException(int error_code) Constructor that takes an AL error number -
OpenALException
Constructor for OpenALException.- Parameters:
message-
-
OpenALException
Constructor for OpenALException.- Parameters:
message-cause-
-
OpenALException
Constructor for OpenALException.- Parameters:
cause-
-