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(java.lang.String msg)
Creates a new KeyNotFoundException datatype.
|
FieldDataInvalidException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new KeyNotFoundException datatype.
|
FieldDataInvalidException(java.lang.Throwable ex)
Creates a new KeyNotFoundException datatype.
|
public FieldDataInvalidException()
public FieldDataInvalidException(java.lang.Throwable ex)
ex
- the cause.public FieldDataInvalidException(java.lang.String msg)
msg
- the detail message.public FieldDataInvalidException(java.lang.String msg, java.lang.Throwable ex)
msg
- the detail message.ex
- the cause.Copyright © 2005-2013 java.net. All Rights Reserved.