public class ErrorInfo extends Object
| Constructor and Description |
|---|
ErrorInfo() |
ErrorInfo(ConcreteException exception) |
ErrorInfo(int code,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getMsg() |
void |
setCode(int code) |
void |
setMsg(String msg) |
public ErrorInfo()
public ErrorInfo(ConcreteException exception)
public ErrorInfo(int code,
String msg)
Copyright © 2018. All rights reserved.