de.vdheide.mp3
Class ID3IllegalFormatException

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

public class ID3IllegalFormatException
extends ID3Exception

Thrown if an illegal format in an ID3 tag is detected.

See Also:
Serialized Form

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

ID3IllegalFormatException

public ID3IllegalFormatException()