de.vdheide.mp3
Class TagFormatException

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

public class TagFormatException
extends java.lang.Exception

Thrown when a tag content format is not structure according to the definition.

See Also:
Serialized Form

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

TagFormatException

public TagFormatException()