/* You may freely copy, distribute, modify and use this class as long as the original author attribution remains intact. See message below. Copyright (C) 2001 Christian Pesch. All Rights Reserved. */ package slash.metamusic.mp3; /** * Thrown when a file checked for MP3 properties does not contain at * least one MP3 frame. * * @author Christian Pesch * @version $Id: NoMP3FrameException.java 159 2003-12-01 09:43:25Z cpesch $ */ public class NoMP3FrameException extends ID3Exception { }