|
|||||||||
| 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.InvalidTagException
org.jaudiotagger.tag.InvalidDataTypeException
public class InvalidDataTypeException
Indicates there was a problem parsing this datatype due to a problem with the data such as the array being empty when trying to read from a file.
| Constructor Summary | |
|---|---|
InvalidDataTypeException()
Creates a new InvalidDataTypeException datatype. |
|
InvalidDataTypeException(java.lang.String msg)
Creates a new InvalidDataTypeException datatype. |
|
InvalidDataTypeException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new InvalidDataTypeException datatype. |
|
InvalidDataTypeException(java.lang.Throwable ex)
Creates a new InvalidDataTypeException 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 InvalidDataTypeException()
public InvalidDataTypeException(java.lang.Throwable ex)
ex - the cause.public InvalidDataTypeException(java.lang.String msg)
msg - the detail message.
public InvalidDataTypeException(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 | ||||||||