net.sf.ext.helliker.id3
Class NoMPEGFramesException

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.NoMPEGFramesException
All Implemented Interfaces:
java.io.Serializable

public class NoMPEGFramesException
extends ID3Exception

An exception to be thrown if the parser is unable to find an mpeg header.

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

Version:
1.3.1 2002/03/18 02:12:17 helliker Exp $
Author:
Jonathan Hilliker
See Also:
Serialized Form

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

NoMPEGFramesException

public NoMPEGFramesException()
Create a NoMPEGFramesException with a default message.


NoMPEGFramesException

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

Parameters:
msg - the message for this exception