Uses of Class
pgbennett.id3.ID3Exception

Packages that use ID3Exception
pgbennett.id3   
 

Uses of ID3Exception in pgbennett.id3
 

Subclasses of ID3Exception in pgbennett.id3
 class CorruptHeaderException
          This exception is thrown when a corrupt mpeg or Xing header is encountered.
 class ID3FieldDataException
          An exception that is thrown when invalid data is set in an ID3 tag.
Version History: 1.3.1 - 2002.1023 by gruni -Made sourcecode compliant to the Sun Coding Conventions 1.3 - 2002.0318 by helliker -Inherits from ID3Exception now. 1.2 - 2001.1019 by helliker -All set for release.
 class ID3v2FormatException
          This exception is thrown when an data in an id3v2 tag violates the id3v2 standards.
Version History:2002.1023 by gruni -Made sourcecode compliant to the Sun Coding Conventions 1.3 - 2002.0318 by helliker -Inherits from ID3Exception now 1.2 - 2001.1019 by helliker All set for release.
 class NoMPEGFramesException
          An exception to be thrown if the parser is unable to find an mpeg header.
 

Methods in pgbennett.id3 that throw ID3Exception
 void MP3File.init(java.io.File mp3, int tagType)
           
 void MP3File.init(java.io.File mp3, int tagType, int offset)
           
 

Constructors in pgbennett.id3 that throw ID3Exception
MP3File(java.io.File mp3)
          Create an MP3File object that reads and writes to the specified file.
MP3File(java.io.File mp3, int tagType)
          Create and MP3File object that reads and writes to the specified file.
MP3File(java.lang.String fn)
          Create an MP3File object that reads and writes to the file with the filename fn.
MP3File(java.lang.String fn, int tagType)
          Create an MP3File object that reads and writes to the file with the filename fn.