Uses of Class
co.arcs.groove.thresher.GroovesharkException

Uses of GroovesharkException in co.arcs.groove.thresher
 

Subclasses of GroovesharkException in co.arcs.groove.thresher
static class GroovesharkException.InvalidCredentialsException
          Exception generated when the supplied login credentials were invalid.
static class GroovesharkException.RateLimitedException
          Exception generated when the client has made too many requests in a short period of time.
static class GroovesharkException.ServerErrorException
          Exception generated when something has gone wrong with the API: it's either changed in a way that breaks compatibility with this library, or the Grooveshark servers are down.
 

Methods in co.arcs.groove.thresher that throw GroovesharkException
 boolean User.Library.add(Song... songs)
           
 boolean User.Favorites.add(Song song)
           
 List<Song> User.Library.get()
           
 List<Song> User.Favorites.get()
           
 InputStream Client.getStream(long songId)
           
 InputStream Client.getStream(Song song)
           
 com.belladati.httpclientandroidlib.HttpResponse Client.getStreamResponse(long songId)
           
 com.belladati.httpclientandroidlib.HttpResponse Client.getStreamResponse(Song song)
           
 URL Client.getStreamUrl(long songId)
           
 URL Client.getStreamUrl(Song song)
           
 User Client.login(String username, String password)
          Logs in as the given user, allowing access to various authentication-requiring methods in the User class.
 boolean User.Library.remove(Song... songs)
           
 boolean User.Favorites.remove(Song song)
           
 List<Song> Client.searchPopularSongs()
           
 List<Song> Client.searchSongs(String query)
           
 



Copyright © 2014. All rights reserved.