public class OpenALException extends RuntimeException
| Constructor and Description |
|---|
OpenALException()
Constructor for OpenALException.
|
OpenALException(int error_code)
Constructor that takes an AL error number
|
OpenALException(String message)
Constructor for OpenALException.
|
OpenALException(String message,
Throwable cause)
Constructor for OpenALException.
|
OpenALException(Throwable cause)
Constructor for OpenALException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OpenALException()
public OpenALException(int error_code)
public OpenALException(String message)
message - public OpenALException(String message, Throwable cause)
message - cause - public OpenALException(Throwable cause)
cause - Copyright © 2002-2009 lwjgl.org. All Rights Reserved.