de.vdheide.mp3
Class ID3v2DecompressionException

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

public class ID3v2DecompressionException
extends ID3v2Exception

Thrown when decompression of an ID3v2Frame failed.

See Also:
Serialized Form

Constructor Summary
ID3v2DecompressionException()
           
 
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

ID3v2DecompressionException

public ID3v2DecompressionException()