de.vdheide.mp3
Class ID3Exception

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.vdheide.mp3.ID3Exception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ID3IllegalFormatException, NoID3TagException

public class ID3Exception
extends java.lang.Exception

Base class for all exceptions concerning the ID3 tag.

See Also:
Serialized Form

Constructor Summary
ID3Exception()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ID3Exception

public ID3Exception()