|
||||||||||
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.PlaylistException
Description: This exception is thrown by the Playlist class when an error is encountered while parsing an existing playlist.
Constructor Summary | |
PlaylistException()
Create a PlaylistException with a default message |
|
PlaylistException(java.lang.String msg)
Create an PlaylistException with a specified message |
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 PlaylistException()
public PlaylistException(java.lang.String msg)
msg
- the message for this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |