public class StringeeException
Defines runtime exceptions thrown by the Stringee Android SDK.
| Public methods | |
|---|---|
Constructor |
StringeeException()
Create a StringeeException instance. |
Constructor |
StringeeException(String message)
Create a StringeeException instance. |
Constructor |
StringeeException(String message, Throwable throwable)
Create a StringeeException instance. |
Constructor |
StringeeException(Throwable throwable)
Create a StringeeException instance. |
StringeeException()
Create a StringeeException instance.
StringeeException(String message)
Create a StringeeException instance.
StringeeException(String message, Throwable throwable)
Create a StringeeException instance.
StringeeException(Throwable throwable)
Create a StringeeException instance.