de.vdheide.mp3
Class NoMP3FrameException

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

public class NoMP3FrameException
extends java.lang.Exception

Thrown when a file checked for MP3 properties does not contain at least one MP3 frame.

See Also:
Serialized Form

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

NoMP3FrameException

public NoMP3FrameException()