public class Error extends Object implements Serializable
Error(int code, String msg)
int
getCode()
String
getMsg()
void
setCode(int code)
setMsg(String msg)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Error(int code, String msg)
public int getCode()
public void setCode(int code)
public String getMsg()
public void setMsg(String msg)
Copyright © 2016–2017. All rights reserved.