public class FieldDataInvalidException extends TagException
For example if try and create an Mp4Field with type Byte using data that cannot be parsed as a number then this exception will be thrown
Constructor and Description |
---|
FieldDataInvalidException()
Creates a new KeyNotFoundException datatype.
|
FieldDataInvalidException(String msg)
Creates a new KeyNotFoundException datatype.
|
FieldDataInvalidException(String msg,
Throwable ex)
Creates a new KeyNotFoundException datatype.
|
FieldDataInvalidException(Throwable ex)
Creates a new KeyNotFoundException datatype.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FieldDataInvalidException()
public FieldDataInvalidException(Throwable ex)
ex
- the cause.public FieldDataInvalidException(String msg)
msg
- the detail message.Copyright © 2005–2020 jthink.net. All rights reserved.