Package de.sfuhrm.radiobrowser4j
Klasse RadioBrowserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.sfuhrm.radiobrowser4j.RadioBrowserException
- Alle implementierten Schnittstellen:
Serializable
Exception in radio browser communication.
- Autor:
- Stephan Fuhrmann
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRadioBrowserException(String message) Constructs an exception from an error message.RadioBrowserException(Throwable inner) Constructs an exception from another exception which is the cause. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
RadioBrowserException
Constructs an exception from an error message.- Parameter:
message- the error message for this exception.
-
RadioBrowserException
Constructs an exception from another exception which is the cause.- Parameter:
inner- the cause of this exception.
-