net.sf.ext.helliker.id3
Class ID3v2FormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.ext.helliker.id3.ID3Exception
              extended bynet.sf.ext.helliker.id3.ID3v2FormatException
All Implemented Interfaces:
java.io.Serializable

public class ID3v2FormatException
extends ID3Exception

This exception is thrown when an data in an id3v2 tag violates the id3v2 standards.

Version History:
1.3.1 - 2002.1023 by gruni
-Made sourcecode compliant to the Sun Coding Conventions
1.3 - 2002.0318 by helliker
-Inherits from ID3Exception now
1.2 - 2001.1019 by helliker
All set for release.

Version:
1.3.1
Author:
Jonathan Hilliker
See Also:
Serialized Form

Constructor Summary
ID3v2FormatException()
          Create an ID3v2FormatException with a default message
ID3v2FormatException(java.lang.String msg)
          Create an ID3v2FormatException with a specified message
 
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

ID3v2FormatException

public ID3v2FormatException()
Create an ID3v2FormatException with a default message


ID3v2FormatException

public ID3v2FormatException(java.lang.String msg)
Create an ID3v2FormatException with a specified message

Parameters:
msg - the message for this exception