Uses of Class
de.vdheide.mp3.ID3v2Exception

Packages that use ID3v2Exception
de.vdheide.mp3   
 

Uses of ID3v2Exception in de.vdheide.mp3
 

Subclasses of ID3v2Exception in de.vdheide.mp3
 class ID3v2DecompressionException
          Thrown when decompression of an ID3v2Frame failed.
 class ID3v2IllegalVersionException
          Raised when a file does not contain a valid ID3v2 tag.
 class ID3v2NoSuchFrameException
          Raised when an ID3v2 tag does not contain a requested frame
 class ID3v2WrongCRCException
          Thrown when CRCs calculated from frames and stored in extended header mismatch.
 class NoID3v2HeaderException
          Raised when a file does not contain a valid ID3v2 tag.
 class NoID3v2TagException
          Raise when a file checked for id3v2 tag contains none.
 

Methods in de.vdheide.mp3 that throw ID3v2Exception
 void MP3File.update()
          Commit information to file