Class SoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.gloop.openal.exception.SoundException
All Implemented Interfaces:
Serializable

public class SoundException extends RuntimeException
This is commonly thrown when a sound buffer couldn't be allocated.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • SoundException

      public SoundException()
    • SoundException

      public SoundException(String message)
    • SoundException

      public SoundException(String message, Throwable cause)