|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.farng.mp3.TagException org.farng.mp3.TagNotFoundException
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
.
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 |
public TagNotFoundException()
public TagNotFoundException(java.lang.Throwable exception)
public TagNotFoundException(java.lang.String message)
message
- the detail message.public TagNotFoundException(java.lang.String message, java.lang.Throwable exception)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |