public class Error extends Exception
| Modifier and Type | Field and Description |
|---|---|
Integer |
code |
String |
debug_message |
String |
message |
String |
message_to_purchaser |
String |
params |
String |
type |
| Constructor and Description |
|---|
Error(org.json.JSONObject error,
int code) |
Error(String message,
String message_to_purchaser,
String type,
Integer code,
String params) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic String message
public String message_to_purchaser
public String debug_message
public String type
public Integer code
public String params
Copyright © 2019. All rights reserved.