public interface ErrorWriter
void add(String name, String information)
name - something to identify the type of information (e.g. 'XPath').information - detail of the message (e.g. '/blah/moo[3]'String get(String errorKey)
errorKey - the key of the messageIterator keys()
Copyright © 2014 Internet2. All rights reserved.