Gamebase SDK for Android
2.7.1
Toast Gamebase Platform
|
This is the complete list of members for GamebaseException, including all inherited members.
GamebaseException(final String domain, final int code, String message) | GamebaseException | |
GamebaseException(final String domain, final int code, Throwable cause) | GamebaseException | |
GamebaseException(final String domain, final int code, String format, Object... args) | GamebaseException | |
GamebaseException(final String domain, final int code, String message, Throwable cause) | GamebaseException | |
getCode() | GamebaseException | |
getDetailCode() | GamebaseException | |
getDetailDomain() | GamebaseException | |
getDetailMessage() | GamebaseException | |
getDomain() | GamebaseException | |
getExtra(final String key) | GamebaseException | |
getMessage() | GamebaseException | |
mCode | GamebaseException | protected |
mDomain | GamebaseException | protected |
mExtras | GamebaseException | protected |
putExtra(final String key, final Object value) | GamebaseException | |
putExtras(Map< String, Object > extras) | GamebaseException | |
toJson() | GamebaseException | |
toJsonString() | GamebaseException | |
toPrettyJsonString() | GamebaseException | |
toString() | GamebaseException |