/* 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 the ID3v1 tail contains none. * * @author Christian Pesch * @version $Id: NoAPEv2TailException.java 954 2009-02-28 09:43:25Z cpesch $ */ public class NoAPEv2TailException extends ID3Exception { }