Searched defs:offendingNode (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOInvalidTreeException.java52 protected Node offendingNode = null; field in class:IIOInvalidTreeException
61 * @param offendingNode the DOM <code>Node</code> that caused the
64 public IIOInvalidTreeException(String message, Node offendingNode) { argument
66 this.offendingNode = offendingNode;
80 * @param offendingNode the DOM <code>Node</code> that caused the
84 Node offendingNode) {
86 this.offendingNode = offendingNode;
95 return offendingNode;
83 IIOInvalidTreeException(String message, Throwable cause, Node offendingNode) argument
[all...]

Completed in 299 milliseconds