org.lwjgl.openal
Class OpenALException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.lwjgl.openal.OpenALException
All Implemented Interfaces:
java.io.Serializable

public class OpenALException
extends java.lang.RuntimeException


Thrown by the debug build library of the LWJGL if any OpenAL operation causes an error.

Version:
$Revision: 2983 $ $Id: OpenALException.java 2983 2008-04-07 18:36:09Z matzon $
Author:
Brian Matzon
See Also:
Serialized Form

Constructor Summary
OpenALException()
          Constructor for OpenALException.
OpenALException(int error_code)
          Constructor that takes an AL error number
OpenALException(java.lang.String message)
          Constructor for OpenALException.
OpenALException(java.lang.String message, java.lang.Throwable cause)
          Constructor for OpenALException.
OpenALException(java.lang.Throwable cause)
          Constructor for OpenALException.
 
Method Summary
 
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
 

Constructor Detail

OpenALException

public OpenALException()
Constructor for OpenALException.


OpenALException

public OpenALException(int error_code)
Constructor that takes an AL error number


OpenALException

public OpenALException(java.lang.String message)
Constructor for OpenALException.

Parameters:
message -

OpenALException

public OpenALException(java.lang.String message,
                       java.lang.Throwable cause)
Constructor for OpenALException.

Parameters:
message -
cause -

OpenALException

public OpenALException(java.lang.Throwable cause)
Constructor for OpenALException.

Parameters:
cause -


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.