Searched refs:getPathString (Results 1 – 3 of 3) sorted by relevance
41 throw new IOException("No child node '" + element + "' in " + getPathString()); in addChild()43 throw new IOException("Cannot add child to leaf node: " + getPathString()); in addChild()60 throw new OMAException("Path too short for " + getPathString()); in getScalarValue()126 sb.append(getPathString()); in toString()
34 throw new OMAException("Scalar encountered in list path: " + getPathString()); in getListValue()65 sb.append(getPathString()).append('=').append(mValue); in toString()
61 public String getPathString() { in getPathString() method in OMANode