org.farng.mp3
Class TagNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.farng.mp3.TagException
              extended byorg.farng.mp3.TagNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class TagNotFoundException
extends TagException

Thrown if the tag or MP3 Frame Header isn't found. This is different from the InvalidTagException. Each tag (or MP3 Frame Header) has an ID string or some way saying that it simply exists. If this string is missing, TagNotFoundException is thrown. If the ID string exists, then any other error while reading throws an InvalidTagException.

Version:
$Revision: 1.1 $
Author:
Eric Farng
See Also:
Serialized Form

Constructor Summary
TagNotFoundException()
          Creates a new TagNotFoundException object.
TagNotFoundException(java.lang.String message)
          Creates a new TagNotFoundException object.
TagNotFoundException(java.lang.String message, java.lang.Throwable exception)
          Creates a new TagNotFoundException object.
TagNotFoundException(java.lang.Throwable exception)
          Creates a new TagNotFoundException object.
 
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

TagNotFoundException

public TagNotFoundException()
Creates a new TagNotFoundException object.


TagNotFoundException

public TagNotFoundException(java.lang.Throwable exception)
Creates a new TagNotFoundException object.


TagNotFoundException

public TagNotFoundException(java.lang.String message)
Creates a new TagNotFoundException object.

Parameters:
message - the detail message.

TagNotFoundException

public TagNotFoundException(java.lang.String message,
                            java.lang.Throwable exception)
Creates a new TagNotFoundException object.



Copyright (c) 2004 Eric Farng