Serializable
public class OpenALException extends RuntimeException
Constructor | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.