Uses of Class
musichub.business.NoPlayListFoundException
-
Uses of NoPlayListFoundException in musichub.business
Modifier and TypeMethodDescriptionvoid
MusicHub.addElementToPlayList(String elementTitle, String playListTitle)
void
MusicHub.deletePlayList(String playListTitle)
MusicHub.getPlayListSongs(String playListTitle)
Method checking the songs contained in a chosen playlist and returning them if found.