Method Summary |
|
public DocumentErrorHandler | addError(String error) This method adds critical issues to the deserializing document rapport and
stops loading of document. |
public DocumentErrorHandler | addError(String pattern, Object... strings) This method adds critical issues to the deserializing document rapport and
stops loading of document. |
public DocumentErrorHandler | addWarning(String warning) This method adds NON critical issues to the deserializing document rapport. |
public DocumentErrorHandler | addWarning(String pattern, Object... strings) This method adds NON critical issues to the deserializing document rapport. |
public List<String> | getErrors() |
public List<String> | getWarnings() Returns reported non criticla issues. |