de.vdheide.mp3
Class ID3v2WrongCRCException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.vdheide.mp3.ID3v2Exception
              extended byde.vdheide.mp3.ID3v2WrongCRCException
All Implemented Interfaces:
java.io.Serializable

public class ID3v2WrongCRCException
extends ID3v2Exception

Thrown when CRCs calculated from frames and stored in extended header mismatch.

See Also:
Serialized Form

Constructor Summary
ID3v2WrongCRCException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ID3v2WrongCRCException

public ID3v2WrongCRCException()