nu.dll.mm
Class ClipNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--nu.dll.mm.SoundException
                          |
                          +--nu.dll.mm.ClipNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ClipNotFoundException
extends SoundException

Thrown by the Sound class whenever it fails to located a given sound clip label.

See Also:
Sound, Serialized Form

Constructor Summary
ClipNotFoundException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClipNotFoundException

public ClipNotFoundException(java.lang.String s)