Home | History | Annotate | Download | only in tech

Lines Matching defs:IOException

29 import java.io.IOException;
256 * {@link IOException} if {@link #close} is called from another thread.
262 * @throws IOException if there is an I/O failure, or the operation is canceled
265 public NdefMessage getNdefMessage() throws IOException, FormatException {
271 throw new IOException("Mock tags don't support this operation.");
296 * {@link IOException} if {@link #close} is called from another thread.
302 * @throws IOException if there is an I/O failure, or the operation is canceled
305 public void writeNdefMessage(NdefMessage msg) throws IOException, FormatException {
311 throw new IOException("Mock tags don't support this operation.");
320 throw new IOException();
325 throw new IOException();
329 throw new IOException("Tag is not ndef");
366 * {@link IOException} if {@link #close} is called from another thread.
372 * @throws IOException if there is an I/O failure, or the operation is canceled
374 public boolean makeReadOnly() throws IOException {
388 throw new IOException();
393 throw new IOException();
397 throw new IOException("Tag is not ndef");