HomeSort by relevance Sort by last modified time
    Searched full:throw (Results 1126 - 1150 of 5185) sorted by null

<<41424344454647484950>>

  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
MalformedURLExceptionTest.java 52 assertTrue("Failed to throw correct exception", passed);
69 throw new MalformedURLException(myString);
NoRouteToHostExceptionTest.java 44 throw new NoRouteToHostException();
66 throw new NoRouteToHostException("test");
ProtocolExceptionTest.java 42 throw new ProtocolException();
63 throw new ProtocolException("Some error message");
SocketExceptionTest.java 41 throw new SocketException();
61 throw new SocketException("Some error message");
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
TooManyListenersExceptionTest.java 42 throw new TooManyListenersException();
62 throw new TooManyListenersException("Gah");
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
InterruptibleChannel.java 27 * the channel's {@link #close()} method. The I/O thread will throw an
33 * interrupted it will throw a {@link ClosedByInterruptException}, it will have
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
SelectionKeyImpl.java 75 throw new IllegalArgumentException();
116 throw new CancelledKeyException();
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
DirectCharBufferTest.java 59 fail("Should throw UnsupportedOperationException"); //$NON-NLS-1$
73 fail("Should throw UnsupportedOperationException"); //$NON-NLS-1$
DirectDoubleBufferTest.java 58 fail("Should throw UnsupportedOperationException"); //$NON-NLS-1$
72 fail("Should throw UnsupportedOperationException"); //$NON-NLS-1$
DirectFloatBufferTest.java 58 fail("Should throw UnsupportedOperationException"); //$NON-NLS-1$
72 fail("Should throw UnsupportedOperationException"); //$NON-NLS-1$
DirectLongBufferTest.java 58 fail("Should throw UnsupportedOperationException"); //$NON-NLS-1$
72 fail("Should throw UnsupportedOperationException"); //$NON-NLS-1$
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
CoderResult.java 128 throw new IllegalArgumentException(Messages.getString(
158 throw new IllegalArgumentException(Messages.getString(
225 throw new UnsupportedOperationException(Messages
248 throw new BufferUnderflowException();
250 throw new BufferOverflowException();
252 throw new UnmappableCharacterException(this.length);
254 throw new MalformedInputException(this.length);
256 throw new CharacterCodingException();
  /dalvik/libcore/security/src/main/java/java/security/
SignatureSpi.java 135 throw new RuntimeException(e); //Wrap SignatureException
144 throw new RuntimeException(e); //Wrap SignatureException
192 throw new SignatureException(Messages.getString("security.2D")); //$NON-NLS-1$
195 throw new SignatureException(Messages.getString("security.1C")); //$NON-NLS-1$
198 throw new SignatureException(Messages.getString("security.05")); //$NON-NLS-1$
281 throw new UnsupportedOperationException();
292 throw new UnsupportedOperationException();
316 throw new CloneNotSupportedException();
  /dalvik/libcore/security/src/main/java/java/security/cert/
CertificateFactory.java 90 throw new NullPointerException(Messages.getString("security.07")); //$NON-NLS-1$
99 throw new CertificateException(e);
127 throw new IllegalArgumentException(Messages.getString("security.02")); //$NON-NLS-1$
131 throw new NoSuchProviderException(provider);
157 throw new IllegalArgumentException(Messages.getString("security.04")); //$NON-NLS-1$
160 throw new NullPointerException(Messages.getString("security.07")); //$NON-NLS-1$
169 throw new CertificateException(e.getMessage());
233 throw new CertificateException(Messages.getString("security.74")); //$NON-NLS-1$
  /dalvik/libcore/security/src/main/java/java/security/spec/
ECFieldFp.java 45 throw new NullPointerException(Messages.getString("security.83", "p")); //$NON-NLS-1$ //$NON-NLS-2$
48 throw new IllegalArgumentException(Messages.getString("security.86", "p")); //$NON-NLS-1$ //$NON-NLS-2$
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
InformationObjectSet.java 65 throw new Error(); //FIXME message
71 throw new Error(); //FIXME message
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1OctetString.java 62 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
89 throw new IllegalArgumentException("Error processing object : " + e.toString());
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/
KEKIdentifier.java 54 throw new IllegalArgumentException("Invalid KEKIdentifier");
93 throw new IllegalArgumentException("Invalid KEKIdentifier: " + obj.getClass().getName());
RecipientKeyIdentifier.java 54 throw new IllegalArgumentException("Invalid KEKIdentifier");
90 throw new IllegalArgumentException("Invalid RecipientKeyIdentifier: " + _obj.getClass().getName());
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ess/
OtherCertID.java 30 throw new IllegalArgumentException(
42 throw new IllegalArgumentException("Bad sequence size: "
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/pkcs/
SignedData.java 40 throw new IllegalArgumentException("unknown object in factory: " + o);
89 throw new IllegalArgumentException("unknown tag value " + tagged.getTagNo());
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
AttributeCertificateInfo.java 44 throw new IllegalArgumentException("unknown object in factory");
52 throw new IllegalArgumentException("Bad sequence size: " + seq.size());
NoticeReference.java 110 throw new IllegalArgumentException("Bad sequence size: "
130 throw new IllegalArgumentException("unknown object in getInstance.");
SubjectPublicKeyInfo.java 47 throw new IllegalArgumentException("unknown object in factory");
71 throw new IllegalArgumentException("Bad sequence size: "
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/qualified/
SemanticsInformation.java 44 throw new IllegalArgumentException("unknown object in getInstance");
52 throw new IllegalArgumentException("no objects in SemanticsInformation");

Completed in 566 milliseconds

<<41424344454647484950>>