|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.ext.helliker.id3.ID3Exception
net.sf.ext.helliker.id3.ID3FieldDataException
public class ID3FieldDataException
An exception that is thrown when invalid data is set in an ID3 tag.
Constructor Summary | |
---|---|
ID3FieldDataException()
Create an ID3FieldDataException with a default message |
|
ID3FieldDataException(java.lang.String msg)
Create an ID3FieldDataException with the specified 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 ID3FieldDataException()
public ID3FieldDataException(java.lang.String msg)
msg
- a String specifying the specific problem encountered
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |