com.leafdigital.audio.api
Class AudioSetupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by leafchat.core.api.GeneralException
              extended by com.leafdigital.audio.api.AudioSetupException
All Implemented Interfaces:
java.io.Serializable

public class AudioSetupException
extends GeneralException

Exception thrown in cases where a user's audio setup isn't capable of playing sound (in current settings).

See Also:
Serialized Form

Constructor Summary
AudioSetupException(java.lang.Throwable 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

AudioSetupException

public AudioSetupException(java.lang.Throwable cause)
Parameters:
cause - Exception that caused the problem


Copyright © 2011 Samuel Marshall. All rights reserved.