com.tffenterprises.music.tag.id3v2.frame
Class FrameDataFormatException

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

public class FrameDataFormatException
extends java.lang.Exception

This exception is thrown when the data passed to an ID3v2 frame is not in a valid format.

Version:
1.0d1 $Date: 2000/05/24 02:32:57 $
Author:
Daniel M. Zimmerman
See Also:
Serialized Form

Constructor Summary
FrameDataFormatException()
          Constructs a FrameDataFormatException with no message.
FrameDataFormatException(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

FrameDataFormatException

public FrameDataFormatException()
Constructs a FrameDataFormatException with no message.


FrameDataFormatException

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

Parameters:
message - The detail message.