Gamebase SDK for Android  1.4.3
Toast Gamebase Platform

◆ GamebaseException() [3/4]

GamebaseException ( final String  domain,
final int  code,
String  format,
Object...  args 
)

Constructs a new GamebaseException.

Parameters
domainthe result domain of this exception
codethe result code of this exception
formatthe format string (see java.util.Formatter#format)
argsthe list of arguments passed to the formatter.