de.vdheide.mp3
Class NoID3TagException

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

public class NoID3TagException
extends ID3Exception

Thrown when a file checked for id3 tag contains none.

See Also:
Serialized Form

Constructor Summary
NoID3TagException()
          Create a new exception
 
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

NoID3TagException

public NoID3TagException()
Create a new exception