|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jaudiotagger.tag.TagException
org.jaudiotagger.tag.FieldDataInvalidException
public class FieldDataInvalidException
Thrown if the try and create a field with invalid data
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 Summary | |
|---|---|
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. |
|
| 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 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||