Uses of Class
org.jaudiotagger.tag.FieldDataInvalidException

Packages that use FieldDataInvalidException
org.jaudiotagger.audio.generic   
org.jaudiotagger.tag   
org.jaudiotagger.tag.flac   
org.jaudiotagger.tag.id3   
org.jaudiotagger.tag.mp4   
org.jaudiotagger.tag.mp4.field   
 

Uses of FieldDataInvalidException in org.jaudiotagger.audio.generic
 

Methods in org.jaudiotagger.audio.generic that throw FieldDataInvalidException
 void AbstractTag.addTrack(java.lang.String s)
          Add (another) track
 TagField AbstractTag.createTagField(TagFieldKey genericKey, java.lang.String value)
           
abstract  TagField AbstractTag.createTrackField(java.lang.String content)
          Creates a field which represents the "track".
The field will already contain the given content.
 void AbstractTag.setTrack(java.lang.String s)
          Set or add track
 

Uses of FieldDataInvalidException in org.jaudiotagger.tag
 

Methods in org.jaudiotagger.tag that throw FieldDataInvalidException
 void Tag.add(TagField field)
          Adds a tagfield to the structure.
 void Tag.addAlbum(java.lang.String album)
          Adds an album to the tag.
 void Tag.addArtist(java.lang.String artist)
          Adds an artist to the tag.
 void Tag.addComment(java.lang.String comment)
          Adds a comment to the tag.
 void Tag.addGenre(java.lang.String genre)
          Adds a genre to the tag.
 void Tag.addTitle(java.lang.String title)
          Adds a title to the tag.
 void Tag.addTrack(java.lang.String track)
          Adds a track to the tag.
 void Tag.addYear(java.lang.String year)
          Adds a year to the Tag.
 TagField Tag.createTagField(TagFieldKey genericKey, java.lang.String value)
          Create a new TagField based on generic key
 void Tag.set(TagField field)
           
 void Tag.setAlbum(java.lang.String s)
           
 void Tag.setArtist(java.lang.String s)
           
 void Tag.setComment(java.lang.String s)
           
 boolean Tag.setEncoding(java.lang.String enc)
           
 void Tag.setGenre(java.lang.String s)
           
 void Tag.setTitle(java.lang.String s)
           
 void Tag.setTrack(java.lang.String s)
           
 void Tag.setYear(java.lang.String s)
           
 

Uses of FieldDataInvalidException in org.jaudiotagger.tag.flac
 

Methods in org.jaudiotagger.tag.flac that throw FieldDataInvalidException
 void FlacTag.add(TagField field)
          Adds a tagfield to the structure.
 void FlacTag.addAlbum(java.lang.String album)
          Adds an album to the tag.
 void FlacTag.addArtist(java.lang.String artist)
          Adds an artist to the tag.
 void FlacTag.addComment(java.lang.String comment)
          Adds a comment to the tag.
 void FlacTag.addGenre(java.lang.String genre)
          Adds a genre to the tag.
 void FlacTag.addTitle(java.lang.String title)
          Adds a title to the tag.
 void FlacTag.addTrack(java.lang.String track)
          Adds a track to the tag.
 void FlacTag.addYear(java.lang.String year)
          Adds a year to the Tag.
 TagField FlacTag.createArtworkField(java.awt.image.BufferedImage bi, int pictureType, java.lang.String mimeType, java.lang.String description, int colourDepth, int indexedColouredCount)
          Create Artwork when have the bufferedimage
 TagField FlacTag.createArtworkField(byte[] imageData, int pictureType, java.lang.String mimeType, java.lang.String description, int width, int height, int colourDepth, int indexedColouredCount)
          Create Artwork when have the raw image data
 TagField FlacTag.createTagField(TagFieldKey genericKey, java.lang.String value)
          Create a new TagField based on generic key
 void FlacTag.set(TagField field)
           
 void FlacTag.setAlbum(java.lang.String s)
           
 void FlacTag.setArtist(java.lang.String s)
           
 void FlacTag.setComment(java.lang.String s)
           
 boolean FlacTag.setEncoding(java.lang.String enc)
           
 void FlacTag.setGenre(java.lang.String s)
           
 void FlacTag.setTitle(java.lang.String s)
           
 void FlacTag.setTrack(java.lang.String s)
           
 void FlacTag.setYear(java.lang.String s)
           
 

Uses of FieldDataInvalidException in org.jaudiotagger.tag.id3
 

Methods in org.jaudiotagger.tag.id3 that throw FieldDataInvalidException
 void AbstractID3v2Tag.add(TagField field)
           
 void AbstractID3v2Tag.addAlbum(java.lang.String album)
          Adds an album to the tag.
 void AbstractID3v2Tag.addArtist(java.lang.String artist)
          Adds an artist to the tag.
 void AbstractID3v2Tag.addComment(java.lang.String comment)
          Adds a comment to the tag.
 void AbstractID3v2Tag.addGenre(java.lang.String genre)
          Adds a genre to the tag.
 void AbstractID3v2Tag.addTitle(java.lang.String title)
          Adds a title to the tag.
 void AbstractID3v2Tag.addTrack(java.lang.String track)
          Adds a track to the tag.
 void AbstractID3v2Tag.addYear(java.lang.String year)
          Adds a year to the Tag.
 TagField ID3v22Tag.createTagField(ID3v22FieldKey id3Key, java.lang.String value)
          Create Frame for Id3 Key

Only textual data supported at the moment, should only be used with frames that support a simple string argument.

 TagField ID3v23Tag.createTagField(ID3v23FieldKey id3Key, java.lang.String value)
          Create Frame for Id3 Key

Only textual data supported at the moment, should only be used with frames that support a simple string argument.

 TagField ID3v24Tag.createTagField(ID3v24FieldKey id3Key, java.lang.String value)
          Create Frame for Id3 Key

Only textual data supported at the moment, should only be used with frames that support a simple string argument.

 TagField AbstractID3v2Tag.createTagField(TagFieldKey genericKey, java.lang.String value)
          Create a new TagField

Only textual data supported at the moment.

 void AbstractID3v2Tag.set(TagField field)
           
 void AbstractID3v2Tag.setAlbum(java.lang.String s)
           
 void AbstractID3v2Tag.setArtist(java.lang.String s)
           
 void AbstractID3v2Tag.setComment(java.lang.String s)
           
 boolean AbstractID3v2Tag.setEncoding(java.lang.String enc)
           
 void AbstractID3v2Tag.setGenre(java.lang.String s)
           
 void AbstractID3v2Tag.setTitle(java.lang.String s)
           
 void AbstractID3v2Tag.setTrack(java.lang.String s)
           
 void AbstractID3v2Tag.setYear(java.lang.String s)
           
 

Uses of FieldDataInvalidException in org.jaudiotagger.tag.mp4
 

Methods in org.jaudiotagger.tag.mp4 that throw FieldDataInvalidException
 TagField Mp4Tag.createArtworkField(byte[] data)
          Create artwork field
 TagField Mp4Tag.createDiscNoField(java.lang.String content)
          Create discno field
 TagField Mp4Tag.createTagField(Mp4FieldKey mp4FieldKey, java.lang.String value)
          Create Tag Field using mp4 key

Uses the correct subclass for the key

 TagField Mp4Tag.createTagField(TagFieldKey genericKey, java.lang.String value)
          Create Tag Field using generic key

This should use the correct subclass for the key

 TagField Mp4Tag.createTrackField(java.lang.String content)
           
 

Uses of FieldDataInvalidException in org.jaudiotagger.tag.mp4.field
 

Constructors in org.jaudiotagger.tag.mp4.field that throw FieldDataInvalidException
Mp4DiscNoField(java.lang.String discValue)
          Create new Track Field parsing the String for the trackno/total
Mp4TagByteField(Mp4FieldKey id, java.lang.String value)
          Create new field Assume length of 1 which is correct for most but not all byte fields
Mp4TagByteField(Mp4FieldKey id, java.lang.String value, int realDataLength)
          Create new field with known length
Mp4TrackField(java.lang.String trackValue)
          Create new Track Field parsing the String for the trackno/total