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

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

public class InvalidFrameTypeException
extends java.lang.Exception

This exception is thrown when an invalid ID3v2 frame type is specified.

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

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

InvalidFrameTypeException

public InvalidFrameTypeException()
Constructs a InvalidFrameTypeException with no message.


InvalidFrameTypeException

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

Parameters:
message - The detail message.