de.vdheide.mp3
Class NoID3v2HeaderException

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

public class NoID3v2HeaderException
extends ID3v2Exception

Raised when a file does not contain a valid ID3v2 tag.

See Also:
Serialized Form

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

NoID3v2HeaderException

public NoID3v2HeaderException()