net.sf.ext.helliker.id3
Class ID3FieldDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.ext.helliker.id3.ID3Exception
              extended by net.sf.ext.helliker.id3.ID3FieldDataException
All Implemented Interfaces:
java.io.Serializable

public class ID3FieldDataException
extends ID3Exception

An exception that is thrown when invalid data is set in an ID3 tag.

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

ID3FieldDataException

public ID3FieldDataException()
Create an ID3FieldDataException with a default message


ID3FieldDataException

public ID3FieldDataException(java.lang.String msg)
Create an ID3FieldDataException with the specified message

Parameters:
msg - a String specifying the specific problem encountered