/* 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; /** * Base class for all exceptions concerning the * ID3 tag. * * @author Christian Pesch * @version $Id: ID3Exception.java 159 2003-12-01 09:43:25Z cpesch $ */ public class ID3Exception extends Exception { }