HomeSort by relevance Sort by last modified time
    Searched refs:NonWritableChannelException (Results 1 - 25 of 28) sorted by null

1 2

  /libcore/ojluni/src/main/java/java/nio/channels/
NonWritableChannelException.java 40 public class NonWritableChannelException
49 public NonWritableChannelException() { }
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
NonWritableChannelExceptionTest.java 18 import java.nio.channels.NonWritableChannelException;
25 * Tests for NonWritableChannelException
30 * @tests {@link java.nio.channels.NonWritableChannelException#NonWritableChannelException()}
33 NonWritableChannelException e = new NonWritableChannelException();
44 SerializationTest.verifySelf(new NonWritableChannelException());
52 SerializationTest.verifyGolden(this, new NonWritableChannelException());
FileChannelLockingTest.java 28 import java.nio.channels.NonWritableChannelException;
91 } catch (NonWritableChannelException ex) {
161 } catch (NonWritableChannelException ex) {
171 } catch (NonWritableChannelException ex) {
FileChannelTest.java 37 import java.nio.channels.NonWritableChannelException;
566 fail("should throw NonWritableChannelException.");
567 } catch (NonWritableChannelException e) {
573 fail("should throw NonWritableChannelException.");
574 } catch (NonWritableChannelException e) {
629 fail("should throw NonWritableChannelException");
630 } catch (NonWritableChannelException expected) {}
756 fail("should throw NonWritableChannelException");
757 } catch (NonWritableChannelException e) {
761 // throws NonWritableChannelException before IllegalArgumentExceptio
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
MappedByteBufferTest.java 30 import java.nio.channels.NonWritableChannelException;
105 fail("Expected NonWritableChannelException to be thrown");
107 catch (NonWritableChannelException e)
114 fail("Expected NonWritableChannelException to be thrown");
116 catch (NonWritableChannelException e)
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileChannelImpl.java 203 throw new NonWritableChannelException();
233 throw new NonWritableChannelException();
341 throw new NonWritableChannelException();
574 throw new NonWritableChannelException();
681 throw new NonWritableChannelException();
738 throw new NonWritableChannelException();
860 throw new NonWritableChannelException();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
RandomAccessFileTest.java 28 import java.nio.channels.NonWritableChannelException;
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldRandomAccessFileTest.java 29 import java.nio.channels.NonWritableChannelException;
154 fail("Test 7: NonWritableChannelException expected.");
155 } catch (NonWritableChannelException e) {
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldFileChannelTest.java 32 import java.nio.channels.NonWritableChannelException;
819 fail("should throw NonWritableChannelException");
820 } catch (NonWritableChannelException e) {
    [all...]
  /libcore/
openjdk_java_files.mk 367 ojluni/src/main/java/java/nio/channels/NonWritableChannelException.java \
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 

Completed in 889 milliseconds

1 2