Returns true if this result represents an unmappable-character error. @return true if this is an unmappable-character error, otherwise false.
()
| 202 | * @return true if this is an unmappable-character error, otherwise false. |
| 203 | */ |
| 204 | public boolean isUnmappable() { |
| 205 | return this.type == TYPE_UNMAPPABLE_CHAR; |
| 206 | } |
| 207 | |
| 208 | /** |
| 209 | * Gets the length of the erroneous input. The length is only meaningful to |
no outgoing calls
no test coverage detected