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

<<41424344454647484950>>

  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/generators/
BaseKDFBytesGenerator.java 56 throw new IllegalArgumentException("KDF parameters required for KDF2Generator");
83 throw new DataLengthException("output buffer too small");
97 throw new IllegalArgumentException("Output length too large");
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
IndexedPKIXParameters.java 64 throw new KeyStoreException("Two certs have the same subject: "
117 // Throw last verification exception.
119 throw new CertPathValidatorException("TrustAnchor found but"
  /dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/
UrlBase64.java 39 throw new RuntimeException("exception encoding URL safe base64 string: " + e);
74 throw new RuntimeException("exception decoding URL safe base64 string: " + e);
110 throw new RuntimeException("exception decoding URL safe base64 string: " + e);
  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Driver4.java 90 throw new SQLException("Properties bundle is null");
95 throw new SQLException(
100 throw new SQLException(
  /dalvik/libcore/xml/src/main/java/javax/xml/validation/
SecuritySupport.java 77 throw (FileNotFoundException)e.getException();
92 throw (IOException)e.getException();
132 throw (IOException)e.getException();
Validator.java 158 * throw any exception, then the method returns normally.
224 * throw {@link SAXException} without first reporting it to
233 * throw e;
236 * throw e;
344 if(name==null) throw new NullPointerException("the name parameter is null");
345 throw new SAXNotRecognizedException(name);
377 if(name==null) throw new NullPointerException("the name parameter is null");
378 throw new SAXNotRecognizedException(name);
405 if(name==null) throw new NullPointerException("the name parameter is null");
406 throw new SAXNotRecognizedException(name)
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
SecuritySupport.java 77 throw (FileNotFoundException)e.getException();
92 throw (IOException)e.getException();
132 throw (IOException)e.getException();
  /dalvik/libcore/xml/src/main/java/org/kxml2/kdom/
Document.java 66 // throw new RuntimeException("Only one document root element allowed");
93 throw new RuntimeException("Document end expected!");
110 throw new RuntimeException("Document has no root element!");
  /dalvik/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 184 //throw new SAXNotRecognizedException("unrecognized feature "+name);
203 // // throw new SAXNotSupportedException("schema validation is not supported");
207 // throw new SAXNotSupportedException("dynamic validation is not supported");
211 //throw new SAXNotRecognizedException("unrecognized feature "+name);
214 // throw new SAXNotSupportedException("problem with setting feature "+name+": "+ex);
227 //throw new SAXNotRecognizedException("not recognized get property "+name);
236 throw new SAXNotSupportedException("not supported setting property "+name);//+" to "+value);
238 throw new SAXNotSupportedException("not supported setting property "+name);//+" to "+value);
243 throw new SAXNotSupportedException("not supported set property "+name+": "+ ex);
245 //throw new SAXNotRecognizedException("not recognized set property "+name)
    [all...]
  /dalvik/tests/083-jit-regressions/src/
Main.java 38 throw new RuntimeException("Unexpected value: " + b
44 throw new RuntimeException("Unexpected value: " + bl
90 /* Now pass an incompatible type which is guaranteed to throw */
  /dalvik/vm/mterp/armv5te/
OP_CHECK_CAST.S 43 @ A cast has failed. We need to throw a ClassCastException with the
45 EXPORT_PC() @ about to throw
59 EXPORT_PC() @ resolve() could throw
  /external/apache-http/src/org/apache/http/conn/routing/
RouteTracker.java 90 throw new IllegalArgumentException("Target host may not be null.");
119 throw new IllegalStateException("Already connected.");
135 throw new IllegalArgumentException("Proxy host may not be null.");
138 throw new IllegalStateException("Already connected.");
154 throw new IllegalStateException("No tunnel unless connected.");
157 throw new IllegalStateException("No tunnel without proxy.");
175 throw new IllegalArgumentException("Proxy host may not be null.");
178 throw new IllegalStateException("No tunnel unless connected.");
181 throw new IllegalStateException("No proxy tunnel without proxy.");
205 throw new IllegalStateExceptio
    [all...]
  /external/apache-http/src/org/apache/http/entity/
EntityTemplate.java 55 throw new IllegalArgumentException("Content producer may not be null");
65 throw new UnsupportedOperationException("Entity template does not implement getContent()");
74 throw new IllegalArgumentException("Output stream may not be null");
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpRequestFactory.java 85 throw new IllegalArgumentException("Request line may not be null");
95 throw new MethodNotSupportedException(method + " method not supported");
108 throw new MethodNotSupportedException(method
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicSecureHandler.java 47 throw new IllegalArgumentException("Cookie may not be null");
55 throw new IllegalArgumentException("Cookie may not be null");
58 throw new IllegalArgumentException("Cookie origin may not be null");
  /external/apache-http/src/org/apache/http/impl/io/
IdentityOutputStream.java 61 throw new IllegalArgumentException("Session output buffer may not be null");
84 throw new IOException("Attempted write to closed stream.");
95 throw new IOException("Attempted write to closed stream.");
  /external/apache-http/src/org/apache/http/message/
BasicHttpRequest.java 57 throw new IllegalArgumentException("Method name may not be null");
60 throw new IllegalArgumentException("Request URI may not be null");
74 throw new IllegalArgumentException("Request line may not be null");
BasicRequestLine.java 61 throw new IllegalArgumentException
65 throw new IllegalArgumentException
69 throw new IllegalArgumentException
  /external/apache-http/src/org/apache/http/protocol/
BasicHttpContext.java 62 throw new IllegalArgumentException("Id may not be null");
76 throw new IllegalArgumentException("Id may not be null");
86 throw new IllegalArgumentException("Id may not be null");
RequestTargetHost.java 65 throw new IllegalArgumentException("HTTP request may not be null");
68 throw new IllegalArgumentException("HTTP context may not be null");
90 throw new ProtocolException("Target host missing");
  /external/clearsilver/java-jni/
j_neo_cs.c 66 if (!j_filename) { return; } // throw
102 if (!j_contentstring) { return; } // throw
107 if (ms == NULL) { jErr(env, "parseStr failed"); return; } // throw error no memory
  /external/easymock/src/org/easymock/internal/
ObjectMethodsFilter.java 41 throw new IllegalArgumentException(String.format("'%s' is not a valid Java identifier.", name));
54 throw new RuntimeException("An Object method could not be found!");
98 throw new IOException(e.toString());
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 133 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
182 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
200 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
216 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
231 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
245 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
294 if (delta < 0) throw new IllegalArgumentException ("delta be non-negative: " + delta);
306 if (delta < 0) throw new IllegalArgumentException ("delta be non-negative: " + delta);
307 if (delta > m_indent) throw new IllegalArgumentException ("delta = " + delta + ", current indent = " + m_indent);
496 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe)
    [all...]
  /external/guava/src/com/google/common/io/
Closeables.java 44 * <p>If {@code swallowIOException} is true then we never throw
53 * // Some code which does something with the Stream. May throw a
82 throw e;
  /external/icu4c/common/unicode/
errorcode.h 52 * Note also: While it is possible for a destructor to throw an exception,
61 * // Safe because our handleFailure() does not throw exceptions.
120 * Throw an exception, log an error, terminate the program, or similar.

Completed in 145 milliseconds

<<41424344454647484950>>