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

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

public class FrameParseException
extends java.lang.Exception

This exception is thrown when an ID3v2 frame cannot be parsed properly.

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

Constructor Summary
FrameParseException()
          Constructs a FrameParseException with no message.
FrameParseException(java.lang.String message)
          Constructs a FrameParseException 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

FrameParseException

public FrameParseException()
Constructs a FrameParseException with no message.


FrameParseException

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

Parameters:
message - The detail message.