|
|||||||||
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.InvalidFrameTypeException
public class InvalidFrameTypeException
This exception is thrown when an invalid ID3v2 frame type is specified.
Constructor Summary | |
---|---|
InvalidFrameTypeException()
Constructs a InvalidFrameTypeException with no message. |
|
InvalidFrameTypeException(java.lang.String message)
Constructs a InvalidFrameTypeException 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 InvalidFrameTypeException()
public InvalidFrameTypeException(java.lang.String message)
message
- The detail message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |