com.tffenterprises.music.tag
Class TagDataFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.tffenterprises.music.tag.TagDataFormatException
All Implemented Interfaces:
java.io.Serializable

public class TagDataFormatException
extends java.lang.Exception

This exception is thrown when the parsed ID3v2 data is or might be in an invalid format.

Version:
1.0d1 $Date: 2000/05/28 00:47:10 $
Author:
Daniel M. Zimmerman
See Also:
Serialized Form

Constructor Summary
TagDataFormatException()
          Constructs a FrameDataFormatException with no message.
TagDataFormatException(java.lang.String message)
          Constructs a FrameDataFormatException with the specified detail message.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagDataFormatException

public TagDataFormatException()
Constructs a FrameDataFormatException with no message.


TagDataFormatException

public TagDataFormatException(java.lang.String message)
Constructs a FrameDataFormatException with the specified detail message.

Parameters:
message - The detail message.