net.sf.ext.helliker.id3
Class ID3Exception

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.ext.helliker.id3.ID3Exception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CorruptHeaderException, ID3FieldDataException, ID3v2FormatException, NoMPEGFramesException, PlaylistException

public class ID3Exception
extends java.lang.Exception

A top-level exception for the library.

Version History:
1.1.1 - 2002.1015 by gruni
cleaned Sourcecode and Javadoc
1.1 - 2002.0318 by helliker
Initial version

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

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

ID3Exception

public ID3Exception()
Creates an ID3Exception with a default message


ID3Exception

public ID3Exception(java.lang.String msg)
Creates an ID3Exception with a specified message

Parameters:
msg - the message for this exception