public class ErrorReport extends Object
protected List<String>
errors
infos
ErrorReport()
void
addError(String... errors)
addInfo(String info)
List<String>
getErrors()
getInfos()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected List<String> infos
protected List<String> errors
public ErrorReport()
public void addInfo(String info)
public void addError(String... errors)
public List<String> getInfos()
public List<String> getErrors()
Copyright © 2009-2013 Ifremer. All Rights Reserved.