Returns true if this result represents a malformed-input error. @return true if this is a malformed-input error, otherwise false.
()
| 184 | * @return true if this is a malformed-input error, otherwise false. |
| 185 | */ |
| 186 | public boolean isMalformed() { |
| 187 | return this.type == TYPE_MALFORMED_INPUT; |
| 188 | } |
| 189 | |
| 190 | /** |
| 191 | * Returns true if this result is an overflow condition. |
no outgoing calls
no test coverage detected