
/**
 * NotPlayingException.java
 *
 *
 * Created: Sat Jul 12 09:55:09 2003
 *
 * @author <a href="mailto: jan@newmarch.name">jan newmarch</a>
 * @version 1.0
 */

package audio.common;

/**
 * Exception thrown when a source is asked to stop and it is
 * not playing
 */

public class NotPlayingException extends Exception {
    public NotPlayingException (){
	
    }
}// NotPlayingException
