public class InvalidTagException extends TagException
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 and Description |
---|
InvalidTagException()
Creates a new InvalidTagException datatype.
|
InvalidTagException(String msg)
Creates a new InvalidTagException datatype.
|
InvalidTagException(String msg,
Throwable ex)
Creates a new InvalidTagException datatype.
|
InvalidTagException(Throwable ex)
Creates a new InvalidTagException datatype.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidTagException()
public InvalidTagException(Throwable ex)
ex
- the cause.public InvalidTagException(String msg)
msg
- the detail message.Copyright © 2005–2020 jthink.net. All rights reserved.