generateMessage(PositionContext position, String expectation, String found) Generates an error message based upon the passed-in parameters.
Parameters: position - The location of the error in the XML file. Parameters: expectation - The expected results. Parameters: found - The error found.
Constructor Detail
XmlConfigurationException
public XmlConfigurationException(String message)(Code)
Generates an error message based upon the passed-in parameters.
Parameters: position - The location of the error in the XML file. Parameters: expectation - The expected results. Parameters: found - The error found. Returns a message representing the error.