Returns a query I/O exception without InputInfo reference. @param ext extended info @return query I/O exception
(final Object... ext)
| 1474 | * @return query I/O exception |
| 1475 | */ |
| 1476 | public QueryIOException getIO(final Object... ext) { |
| 1477 | return new QueryIOException(get(null, ext)); |
| 1478 | } |
| 1479 | |
| 1480 | /** |
| 1481 | * Checks if the error code equals the specified QName. |
no test coverage detected