com.jogamp.openal
Class ALException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jogamp.openal.ALException
All Implemented Interfaces:
Serializable

public class ALException
extends RuntimeException

A generic exception for OpenAL errors used throughout the binding as a substitute for RuntimeException.

See Also:
Serialized Form

Constructor Summary
ALException()
          Constructs an ALException object.
ALException(String message)
          Constructs an ALException object with the specified detail message.
ALException(String message, Throwable cause)
          Constructs an ALException object with the specified detail message and root cause.
ALException(Throwable cause)
          Constructs an ALException object with the specified root cause.
 
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

ALException

public ALException()
Constructs an ALException object.


ALException

public ALException(String message)
Constructs an ALException object with the specified detail message.


ALException

public ALException(String message,
                   Throwable cause)
Constructs an ALException object with the specified detail message and root cause.


ALException

public ALException(Throwable cause)
Constructs an ALException object with the specified root cause.