public class FieldError extends Object
FieldError(String path, String msg)
String
getMsg()
getPath()
void
setMsg(String msg)
setPath(String path)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public FieldError(String path, String msg)
public String getPath()
public void setPath(String path)
public String getMsg()
public void setMsg(String msg)
public String toString()
toString
Object