de.vdheide.mp3
Class ID3v2Exception

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.vdheide.mp3.ID3v2Exception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ID3v2DecompressionException, ID3v2IllegalVersionException, ID3v2NoSuchFrameException, ID3v2WrongCRCException, NoID3v2HeaderException, NoID3v2TagException

public class ID3v2Exception
extends java.lang.Exception

Base class for all exceptions concerning the ID3v2 tag.

See Also:
Serialized Form

Constructor Summary
ID3v2Exception()
           
 
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

ID3v2Exception

public ID3v2Exception()