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

<<51525354555657585960>>

  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyPairGenerator2.java 58 throw new InvalidParameterException("Incorrect keysize parameter");
MyKeyStore.java 107 throw new KeyStoreException("Not Supported for null key");
181 throw new IOException("Incorrect stream");
228 throw new IOException("param is null");
235 throw new IllegalArgumentException("param is not MyLoadStoreParams: " + param);
MyMessageDigest2.java 71 throw new CloneNotSupportedException();
MyPermissionCollection.java 45 throw new NoSuchElementException();
SecurityChecker.java 49 throw new SecurityException();
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyCertPathBuilderSpi.java 43 throw new CertPathBuilderException("Null parameter");
MyCertStoreParameters.java 40 throw new AssertionError(e); // android-changed
PolicyNodeImpl.java 120 throw new IllegalStateException("PolicyNode is immutable");
129 throw new IllegalStateException("PolicyNode is immutable");
139 throw new IllegalStateException("PolicyNode is immutable");
154 throw new IllegalStateException("PolicyNode is immutable");
  /dalvik/libcore/support/src/test/java/tests/support/
Support_BitSet.java 53 throw new NegativeArraySizeException();
75 throw new IndexOutOfBoundsException("Negative index specified");
99 throw new IndexOutOfBoundsException("Negative index specified");
134 throw new IndexOutOfBoundsException("Negative index specified");
Support_IOTestSecurityManager.java 37 throw new SecurityException();
  /dalvik/libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 157 throw new RuntimeException("Failed to load resource: " + name);
185 throw new RuntimeException("Failed to write to passed stream.", e);
199 throw new RuntimeException("Failed to load resource: " + name);
205 throw new RuntimeException("Failed to load resource: " + name);
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
DigitalSignature.java 96 throw new AssertionError(e);
99 throw new AssertionError(e);
115 throw new AlertException(AlertProtocol.BAD_CERTIFICATE,
132 throw new AlertException(AlertProtocol.BAD_CERTIFICATE,
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeIterator.java 78 throw new org.apache.xml.utils.WrappedRuntimeException(cnse);
130 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR);
161 throw new DTMDOMException(DOMException.INVALID_STATE_ERR);
179 throw new DTMDOMException(DOMException.INVALID_STATE_ERR);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
SerializerFactory.java 102 throw new IllegalArgumentException(msg);
120 throw new IllegalArgumentException(msg);
169 throw new Exception(
179 throw new org.apache.xml.serializer.utils.WrappedRuntimeException(e);
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/domapi/
XPathStylesheetDOM3Exception.java 21 * This class is needed to throw a org.w3c.dom.DOMException with proper error code in
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
ErrorHandler.java 34 * to decide whether to throw an exception for different types of
38 * may throw an exception after reporting any fatalError.
39 * Also parsers may throw appropriate exceptions for non-XML errors.
40 * For example, {@link XMLReader#parse XMLReader.parse()} would throw
SAXNotRecognizedException.java 20 * <p>An XMLReader will throw this exception when it finds an
SAXNotSupportedException.java 19 * <p>An XMLReader will throw this exception when it recognizes a
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/
BrokenInputStream.java 43 throw new IOException("Injected exception");
  /dalvik/tests/014-math3/src/
Main.java 39 * Floating point divide by zero doesn't throw an exception -- the
  /dalvik/tests/044-proxy/src/
Clash2.java 34 System.err.println("Clash2 did not throw expected exception");
  /dalvik/tests/051-thread/src/
Main.java 62 // throw new NullPointerException();
  /dalvik/tests/053-wait-some/src/
Main.java 24 System.out.println("HEY: didn't throw on negative arg");
  /dalvik/vm/compiler/
Loop.h 34 bool bodyIsClean; // loop body cannot throw any exceptions
  /dalvik/vm/mterp/armv4t/
OP_SGET_WIDE.S 32 EXPORT_PC() @ resolve() could throw, so export now

Completed in 423 milliseconds

<<51525354555657585960>>