HomeSort by relevance Sort by last modified time
    Searched defs:InvalidParameterException (Results 1 - 16 of 16) sorted by null

  /libcore/luni/src/main/java/java/security/
InvalidParameterException.java 21 * {@code InvalidParameterException} indicates exceptional conditions, caused by
24 public class InvalidParameterException extends IllegalArgumentException {
29 * Constructs a new instance of {@code InvalidParameterException} with the
35 public InvalidParameterException(String msg) {
40 * Constructs a new instance of {@code InvalidParameterException}.
42 public InvalidParameterException() {
Signer.java 79 * @throws InvalidParameterException
84 public final void setKeyPair(KeyPair pair) throws InvalidParameterException, KeyException {
90 throw new InvalidParameterException();
Security.java 223 * @throws InvalidParameterException
233 throw new InvalidParameterException();
238 throw new InvalidParameterException();
267 * @throws InvalidParameterException
290 throw new InvalidParameterException();
294 throw new InvalidParameterException();
298 throw new InvalidParameterException();
302 throw new InvalidParameterException();
309 throw new InvalidParameterException();
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureTest.java 27 import java.security.InvalidParameterException;
480 fail("expected InvalidParameterException");
481 } catch (InvalidParameterException e) {
517 } catch (InvalidParameterException e) {
569 throws InvalidParameterException {
570 throw new InvalidParameterException();
587 throws InvalidParameterException {
588 throw new InvalidParameterException();
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 26 import java.security.InvalidParameterException;
452 * @throws InvalidParameterException if mode is an invalid value.
454 public synchronized String setGsmVoiceMode(GsmMode mode) throws InvalidParameterException {
456 throw new InvalidParameterException();
467 * @throws InvalidParameterException if mode is an invalid value.
469 public synchronized String setGsmDataMode(GsmMode mode) throws InvalidParameterException {
471 throw new InvalidParameterException();
AndroidDebugBridge.java 28 import java.security.InvalidParameterException;
251 } catch (InvalidParameterException e) {
303 } catch (InvalidParameterException e) {
533 * @throws InvalidParameterException
535 private AndroidDebugBridge(String osLocation) throws InvalidParameterException {
537 throw new InvalidParameterException();
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplay.java 49 import java.security.InvalidParameterException;
102 throw new InvalidParameterException("Unknown Display Type " + type); //$NON-NLS-1$
436 throw new InvalidParameterException();
448 throw new InvalidParameterException();
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1169 milliseconds