Gamebase SDK for Android  1.3.0
Toast Gamebase Platform
GamebaseException Class Reference

Created by shhong on 2016. More...

Inheritance diagram for GamebaseException:
Inheritance graph
Collaboration diagram for GamebaseException:
Collaboration graph

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 ()
 
void putExtra (final String key, final Object value)
 
void putExtras (Map< String, Object > extras)
 
Object getExtra (final String key)
 
JSONObject toJson ()
 
String toJsonString ()
 
String toPrettyJsonString ()
 
String toString ()
 

Protected Attributes

final String mDomain
 
final int mCode
 
Map< String, Object > mExtras
 

Detailed Description

Created by shhong on 2016.

  1. 15..