de.vdheide.mp3
Class ID3v2NoSuchFrameException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.vdheide.mp3.ID3v2Exception
              extended byde.vdheide.mp3.ID3v2NoSuchFrameException
All Implemented Interfaces:
java.io.Serializable

public class ID3v2NoSuchFrameException
extends ID3v2Exception

Raised when an ID3v2 tag does not contain a requested frame

See Also:
Serialized Form

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

ID3v2NoSuchFrameException

public ID3v2NoSuchFrameException()