Searched refs:whereText (Results 1 – 1 of 1) sorted by relevance
47 String whereText = this.pos == null ? "unknown: " : this.pos.toString() + ':'; in toString() local48 return whereText + this.msg; in toString()