Uses of Class
org.jaudiotagger.tag.KeyNotFoundException

Packages that use KeyNotFoundException
org.jaudiotagger.audio.generic   
org.jaudiotagger.tag   
org.jaudiotagger.tag.flac   
org.jaudiotagger.tag.id3   
org.jaudiotagger.tag.mp4   
org.jaudiotagger.tag.vorbiscomment   
 

Uses of KeyNotFoundException in org.jaudiotagger.audio.generic
 

Methods in org.jaudiotagger.audio.generic that throw KeyNotFoundException
 TagField AbstractTag.createTagField(TagFieldKey genericKey, java.lang.String value)
           
 void AbstractTag.deleteTagField(TagFieldKey tagFieldKey)
           
 java.util.List<TagField> AbstractTag.get(TagFieldKey id)
           
 java.lang.String AbstractTag.getFirst(TagFieldKey genericKey)
           
 

Uses of KeyNotFoundException in org.jaudiotagger.tag
 

Methods in org.jaudiotagger.tag that throw KeyNotFoundException
 TagField Tag.createTagField(TagFieldKey genericKey, java.lang.String value)
          Create a new TagField based on generic key
 void Tag.deleteTagField(TagFieldKey tagFieldKey)
          Delete any instance of tag fields with this key
 java.util.List<TagField> Tag.get(TagFieldKey id)
          Returns a list of TagField objects whose "id" is the specified one.
 java.lang.String Tag.getFirst(TagFieldKey id)
          Retrieve String value of first tagfield that exists for this key
 

Uses of KeyNotFoundException in org.jaudiotagger.tag.flac
 

Methods in org.jaudiotagger.tag.flac that throw KeyNotFoundException
 TagField FlacTag.createTagField(TagFieldKey genericKey, java.lang.String value)
          Create a new TagField based on generic key
 void FlacTag.deleteTagField(TagFieldKey tagFieldKey)
          Delete any instance of tag fields with this key
 java.util.List<TagField> FlacTag.get(TagFieldKey id)
          Returns a list of TagField objects whose "id" is the specified one.
 java.lang.String FlacTag.getFirst(TagFieldKey id)
          Retrieve String value of first tagfield that exists for this key
 

Uses of KeyNotFoundException in org.jaudiotagger.tag.id3
 

Methods in org.jaudiotagger.tag.id3 that throw KeyNotFoundException
 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 ID3v22Tag.deleteTagField(ID3v22FieldKey id3v22FieldKey)
          Delete fields with this id3v22FieldKey
 void ID3v23Tag.deleteTagField(ID3v23FieldKey id3v23FieldKey)
          Delete fields with this id3v23FieldKey
 void ID3v24Tag.deleteTagField(ID3v24FieldKey id3v24FieldKey)
          Delete fields with this id3v24FieldKey
 void AbstractID3v2Tag.deleteTagField(TagFieldKey genericKey)
          Delete fields with this generic key
 java.util.List<TagField> AbstractID3v2Tag.get(java.lang.String id)
          Retrieve the values that exists for this id3 frame id
 java.util.List<TagField> AbstractID3v2Tag.get(TagFieldKey genericKey)
          Get field(s) for this key
 java.lang.String ID3v22Tag.getFirst(ID3v22FieldKey id3v22FieldKey)
          Retrieve the first value that exists for this id3v22key
 java.lang.String ID3v23Tag.getFirst(ID3v23FieldKey id3v23FieldKey)
          Retrieve the first value that exists for this id3v23key
 java.lang.String ID3v24Tag.getFirst(ID3v24FieldKey id3v24FieldKey)
          Retrieve the first value that exists for this id3v24key
 java.lang.String AbstractID3v2Tag.getFirst(TagFieldKey genericKey)
          Retrieve the first value that exists for this generic key
 

Uses of KeyNotFoundException in org.jaudiotagger.tag.mp4
 

Methods in org.jaudiotagger.tag.mp4 that throw KeyNotFoundException
 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

 void Mp4Tag.deleteTagField(Mp4FieldKey mp4Key)
          Delete fields with this mp4key
 void Mp4Tag.deleteTagField(TagFieldKey genericKey)
          Delete fields with this generic key
 java.util.List<TagField> Mp4Tag.get(Mp4FieldKey mp4FieldKey)
          Retrieve the values that exists for this mp4keyId (this is the internalid actually used)

 java.util.List<TagField> Mp4Tag.get(TagFieldKey genericKey)
          Maps the generic key to the mp4 key and return the list of values for this field
 java.lang.String Mp4Tag.getFirst(Mp4FieldKey mp4Key)
          Retrieve the first value that exists for this mp4key
 java.lang.String Mp4Tag.getFirst(TagFieldKey genericKey)
          Retrieve the first value that exists for this generic key
 Mp4TagField Mp4Tag.getFirstField(Mp4FieldKey mp4Key)
           
 

Uses of KeyNotFoundException in org.jaudiotagger.tag.vorbiscomment
 

Methods in org.jaudiotagger.tag.vorbiscomment that throw KeyNotFoundException
 TagField VorbisCommentTag.createTagField(TagFieldKey genericKey, java.lang.String value)
          Create Tag Field using generic key
 TagField VorbisCommentTag.createTagField(VorbisCommentFieldKey vorbisCommentFieldKey, java.lang.String value)
          Create Tag Field using ogg key
 void VorbisCommentTag.deleteTagField(TagFieldKey genericKey)
          Delete fields with this generic key
 void VorbisCommentTag.deleteTagField(VorbisCommentFieldKey vorbisCommentFieldKey)
          Delete fields with this vorbisCommentFieldKey
 java.util.List<TagField> VorbisCommentTag.get(TagFieldKey genericKey)
          Maps the generic key to the ogg key and return the list of values for this field
 java.util.List<TagField> VorbisCommentTag.get(VorbisCommentFieldKey vorbisCommentKey)
          Retrieve the first value that exists for this vorbis comment key
 java.lang.String VorbisCommentTag.getFirst(TagFieldKey genericKey)
          Retrieve the first value that exists for this generic key
 java.lang.String VorbisCommentTag.getFirst(VorbisCommentFieldKey vorbisCommentKey)
          Retrieve the first value that exists for this vorbis comment key