The error code for the exception.
()
| 298 | |
| 299 | /** The error code for the exception. */ |
| 300 | public int code() { |
| 301 | return this.code; |
| 302 | } |
| 303 | |
| 304 | /** Throw the exception corresponding to this error if there is one. */ |
| 305 | public void maybeThrow() { |
no outgoing calls