public IIOInvalidTreeException (String message, Node offendingNode)

Constructs an IIOInvalidTreeException with a message string and a reference to the Node that caused the parsing error.

Parameters:
message    a String containing the reason for the parsing failure.
offendingNode    the DOM Node that caused the exception, or null.