Gamebase SDK for Android
1.0.0
Toast Gamebase Platform
|
Created by shhong on 2016. More...
Public Member Functions | |
GamebaseException (final String domain, final int code, String message) | |
Constructs a new GamebaseException. More... | |
GamebaseException (final String domain, final int code, Throwable cause) | |
Constructs a new GamebaseException. More... | |
GamebaseException (final String domain, final int code, String format, Object... args) | |
Constructs a new GamebaseException. More... | |
GamebaseException (final String domain, final int code, String message, Throwable cause) | |
Constructs a new GamebaseException. More... | |
String | getDomain () |
Get result domain. More... | |
int | getCode () |
Get result code. More... | |
String | getDetailDomain () |
int | getDetailCode () |
String | getDetailMessage () |
JSONObject | toJson () |
String | toJsonString () |
String | toPrettyJsonString () |
String | toString () |
Protected Attributes | |
final String | mDomain |
final int | mCode |
Created by shhong on 2016.