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

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

public class UnknownFrameTypeException
extends java.lang.Exception

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

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

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

UnknownFrameTypeException

public UnknownFrameTypeException()
Constructs a UnknownFrameTypeException with no message.


UnknownFrameTypeException

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

Parameters:
message - The detail message.