net.sf.ext.helliker.id3
Class CorruptHeaderException

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

public class CorruptHeaderException
extends ID3Exception

This exception is thrown when a corrupt mpeg or Xing header is encountered.

Version History:
1.2.1 - 2002.1015 by gruni
cleaned Sourcecode and Javadoc
1.2 - 2002/03/18 by helliker
Inherits from ID3Exception now
1.1 - 2002/01/21 helliker
Initial version.

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

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

CorruptHeaderException

public CorruptHeaderException()
Create a CorruptHeaderException with a default message


CorruptHeaderException

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

Parameters:
msg - the message for this exception