de.vdheide.mp3
Class NoID3v2TagException

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

public class NoID3v2TagException
extends ID3v2Exception

Raise when a file checked for id3v2 tag contains none.

See Also:
Serialized Form

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

NoID3v2TagException

public NoID3v2TagException()