package com.dreikraft.axbo.sound; /** * Custom exception for missing sound file. * <pre> * ______ ___ * (___ | / / * ___| |/ / * (c) 2007 (___ ( 3Kraft Software Applications Development * ___| |\ \ * (______| \__\ * * Phone: +43 (1) 920 45 49 http://www.3kraft.com * * $Id: MissingSoundFileException.java,v 1.2 2008-02-06 13:46:26 heinisch Exp $ * </pre> * * * @author 3Kraft - Florian Heinisch **/ public class MissingSoundFileException extends SoundPackageException { }