|
||||||||||
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.InvalidTagException
public class InvalidTagException
An InvalidTagException
is thrown if a parse error occurs while
a tag is being read from a file. This is different from a
TagNotFoundException
. 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 | |
---|---|
InvalidTagException()
Creates a new InvalidTagException object. |
|
InvalidTagException(java.lang.String message)
Creates a new InvalidTagException object. |
|
InvalidTagException(java.lang.String message,
java.lang.Throwable exception)
Creates a new InvalidTagException object. |
|
InvalidTagException(java.lang.Throwable exception)
Creates a new InvalidTagException object. |
Method Summary |
---|
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 InvalidTagException()
public InvalidTagException(java.lang.Throwable exception)
public InvalidTagException(java.lang.String message)
message
- the detail message.public InvalidTagException(java.lang.String message, java.lang.Throwable exception)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |