|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.tffenterprises.music.tag.id3v2.frame.FrameDataFormatException
public class FrameDataFormatException
This exception is thrown when the data passed to an ID3v2 frame is not in a valid format.
Constructor Summary | |
---|---|
FrameDataFormatException()
Constructs a FrameDataFormatException with no message. |
|
FrameDataFormatException(java.lang.String message)
Constructs a FrameDataFormatException with the specified detail message. |
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 FrameDataFormatException()
public FrameDataFormatException(java.lang.String message)
message
- The detail message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |