Class SoundPlayingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sm.smtools.exceptions.SoundPlayingException
All Implemented Interfaces:
java.io.Serializable

public final class SoundPlayingException
extends java.lang.Exception
Indicates that playing of a sound has failed.

Note that this class cannot be subclassed!

Version:
08/04/2011
Author:
Sven Maerivoet
See Also:
MP3Player, Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    SoundPlayingException()
    Constructs a SoundPlayingException object, based on the specified filename.
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SoundPlayingException

      public SoundPlayingException()
      Constructs a SoundPlayingException object, based on the specified filename.
      See Also:
      MP3Player