|
||||||||||
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.sourceforge.atunes.kernel.modules.contextInformation.lastfm.ScrobblerException
public class ScrobblerException
The Class ScrobblerException.
Constructor Summary | |
---|---|
ScrobblerException(int status)
|
|
ScrobblerException(java.lang.String cause)
Instantiates a new scrobbler exception. |
Method Summary | |
---|---|
int |
getStatus()
Returns the status (-1 if no status was set) |
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 ScrobblerException(java.lang.String cause)
cause
- the causepublic ScrobblerException(int status)
Method Detail |
---|
public int getStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |