Gamebase SDK for Android
1.4.0
Toast Gamebase Platform
|
GamebaseException | ( | final String | domain, |
final int | code, | ||
String | format, | ||
Object... | args | ||
) |
Constructs a new GamebaseException.
domain | the result domain of this exception |
code | the result code of this exception |
format | the format string (see java.util.Formatter#format) |
args | the list of arguments passed to the formatter. |