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

<<11121314151617181920>>

  /frameworks/base/awt/com/android/internal/awt/
AndroidImageDecoder.java 92 throw new IOException("Input stream empty and no image cached");
99 throw new RuntimeException("Illegal image size: "
112 throw e;
115 throw e;
162 throw new IllegalArgumentException(Messages.getString("awt.3C")); //$NON-NLS-1$
170 throw new IllegalArgumentException(Messages.getString("awt.3C")); //$NON-NLS-1$
189 throw new IllegalArgumentException(Messages.getString("awt.3C")); //$NON-NLS-1$
201 throw new IllegalArgumentException(Messages.getString("awt.3C")); //$NON-NLS-1$
205 throw new IllegalStateException("Palette color type is not supported");
217 throw new IllegalArgumentException(Messages.getString("awt.3C")); //$NON-NLS-1
    [all...]
  /external/clearsilver/java-jni/
HDF.java 65 throw new NullPointerException("HDF is closed.");
73 throw new NullPointerException("HDF is closed.");
77 throw new NullPointerException("No fileLoader specified.");
81 throw new NullPointerException("CSFileLoader.load() returned null");
110 throw new NullPointerException("HDF is closed.");
121 throw new NullPointerException("HDF is closed.");
131 throw new NullPointerException("HDF is closed.");
140 throw new NullPointerException("HDF is closed.");
150 throw new NullPointerException("HDF is closed.");
159 throw new NullPointerException("HDF is closed.")
    [all...]
  /sdk/apkbuilder/src/com/android/apkbuilder/internal/
ApkBuilderImpl.java 90 throw new WrongOptionException("No options specified");
115 throw new WrongOptionException("Missing value for -z");
122 throw new ApkCreationException("-z file is not found");
127 throw new WrongOptionException("Missing value for -f");
134 throw new WrongOptionException("Missing value for -rf");
141 throw new WrongOptionException("Missing value for -rj");
148 throw new WrongOptionException("Missing value for -nf");
155 throw new WrongOptionException("Missing value for -storetype");
160 throw new WrongOptionException("Unknown argument: " + argument);
172 throw new ApkCreationException(filepath + " is a directory!")
    [all...]
  /frameworks/base/awt/javax/imageio/metadata/
IIOMetadataFormatImpl.java 76 throw new IllegalArgumentException("rootName is null");
80 throw new IllegalArgumentException("childPolicy is not one of the predefined constants");
103 throw new IllegalArgumentException("rootName is null");
106 throw new IllegalArgumentException("minChildren < 0!");
109 throw new IllegalArgumentException("minChildren > maxChildren!");
147 throw new IllegalArgumentException("attrName == null!");
150 throw new IllegalArgumentException("Invalid value for dataType!");
153 throw new IllegalArgumentException("Invalid list bounds!");
187 throw new IllegalArgumentException("attrName == null!");
190 throw new IllegalArgumentException("Invalid value for dataType!")
    [all...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SocketChannelTest.java 219 fail("Should throw NotYetConnectedException");
269 fail("Should throw NoConnectionPendingException");
335 fail("Should throw SecurityException");
344 fail("Should throw UnexpectedAddressTypeException");
353 fail("Should throw UnresolvedAddressException");
361 fail("Should throw an IllegalArgumentException");
387 fail("Should throw NPE");
394 fail("Should throw NotYetConnectedException");
425 fail("Should throw NPE");
431 fail("Should throw NPE")
    [all...]
  /frameworks/base/awt/java/beans/
PropertyDescriptor.java 41 throw new IntrospectionException(Messages.getString("beans.03")); //$NON-NLS-1$
44 throw new IntrospectionException(Messages.getString("beans.04")); //$NON-NLS-1$
52 throw new IntrospectionException(Messages.getString("beans.20")); //$NON-NLS-1$
59 throw new IntrospectionException(Messages.getString("beans.1F")); //$NON-NLS-1$
68 throw new IntrospectionException(Messages.getString("beans.04")); //$NON-NLS-1$
81 throw new IntrospectionException(Messages.getString("beans.03")); //$NON-NLS-1$
84 throw new IntrospectionException(Messages.getString("beans.04")); //$NON-NLS-1$
102 throw new IntrospectionException(Messages.getString("beans.01", propertyName)); //$NON-NLS-1$
110 throw new IntrospectionException(Messages.getString("beans.05")); //$NON-NLS-1$
114 throw new IntrospectionException(Messages.getString("beans.06")); //$NON-NLS-1
    [all...]
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
SocketChannelImpl.java 292 throw e;
325 throw new ClosedChannelException();
331 throw new NoConnectionPendingException();
353 throw e;
373 throw new NullPointerException();
407 throw new IndexOutOfBoundsException();
485 throw new NullPointerException();
502 throw new IndexOutOfBoundsException();
588 throw new ClosedChannelException();
591 throw new NotYetConnectedException()
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.java 42 throw new ParseException(tme.getMessage());
120 {if (true) throw (RuntimeException)jjte000;}
123 {if (true) throw (ParseException)jjte000;}
125 {if (true) throw (Error)jjte000;}
161 throw new ParseException();
167 throw new ParseException();
178 {if (true) throw (RuntimeException)jjte000;}
181 {if (true) throw (ParseException)jjte000;}
183 {if (true) throw (Error)jjte000;}
213 throw new ParseException()
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlock.java 58 throw new IllegalArgumentException("label < 0");
62 throw new IllegalArgumentException("start < 0");
66 throw new IllegalArgumentException("end <= start");
70 throw new NullPointerException("targets == null");
76 throw new IllegalArgumentException("successors[" + i +
83 throw new NullPointerException("catches == null");
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 82 throw new InvalidArgumentException(
94 throw new InvalidArgumentException(
105 throw new InvalidArgumentException("invalid --print");
115 throw new InvalidArgumentException(
132 throw new InvalidArgumentException(
155 throw new RuntimeException("usage");
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
DOM4JTestDocumentBuilderFactory.java 86 throw new DOMTestIncompatibleException(ex.getTargetException(), null);
89 throw new DOMTestIncompatibleException(ex, null);
107 throw new NullPointerException("url");
110 throw new NullPointerException("saxReader");
118 throw new DOMTestLoadException(ex.getTargetException());
122 throw new DOMTestLoadException(ex);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/tsp/
Accuracy.java 46 throw new IllegalArgumentException(
58 throw new IllegalArgumentException(
92 throw new IllegalArgumentException(
101 throw new IllegalArgumentException(
106 throw new IllegalArgumentException("Invalig tag number");
123 throw new IllegalArgumentException(
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEBlockCipher.java 156 throw new RuntimeException(e.toString());
241 throw new IllegalArgumentException("Warning: SIC-Mode can become a twotime-pad if the blocksize of the cipher is too small. Use a cipher with a block size of at least 128 bits (e.g. AES)");
265 throw new NoSuchAlgorithmException("can't support mode " + mode);
315 throw new NoSuchPaddingException("Padding " + padding + " unknown.");
337 throw new InvalidKeyException("Key for algorithm " + key.getAlgorithm() + " not suitable for symmetric enryption.");
345 throw new InvalidAlgorithmParameterException("RC5 requires an RC5ParametersSpec to be passed in.");
376 throw new InvalidAlgorithmParameterException("PBE requires PBE parameters to be set.");
396 throw new InvalidAlgorithmParameterException("IV must be " + ivLength + " bytes long.");
406 throw new InvalidAlgorithmParameterException("ECB mode does not use an IV");
450 throw new InvalidAlgorithmParameterException("RC5 already set up for a word size of 32 not " + rc5Param. (…)
    [all...]
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyStoreSpi.java 70 throw new KeyStoreException(
76 throw new KeyStoreException(
82 throw new KeyStoreException(
87 throw new KeyStoreException(
132 throw new IOException("Incorrect stream");
135 throw new IOException("Incorrect stream size ");
  /dalvik/tests/071-dexfile/src/
Main.java 81 throw new RuntimeException("Another?");
88 throw new RuntimeException("new another", ie);
90 throw new RuntimeException("new another", ie);
124 throw new RuntimeException("dalvik.system.DexClassLoader not found");
132 throw new RuntimeException("DCL ctor", nsme);
140 throw new RuntimeException("DCL newInstance", ex);
  /external/apache-http/src/org/apache/http/client/params/
HttpClientParams.java 52 throw new IllegalArgumentException("HTTP parameters may not be null");
60 throw new IllegalArgumentException("HTTP parameters may not be null");
68 throw new IllegalArgumentException("HTTP parameters may not be null");
76 throw new IllegalArgumentException("HTTP parameters may not be null");
84 throw new IllegalArgumentException("HTTP parameters may not be null");
96 throw new IllegalArgumentException("HTTP parameters may not be null");
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2109VersionHandler.java 47 throw new IllegalArgumentException("Cookie may not be null");
50 throw new MalformedCookieException("Missing value for version attribute");
53 throw new MalformedCookieException("Blank value for version attribute");
58 throw new MalformedCookieException("Invalid version: "
67 throw new IllegalArgumentException("Cookie may not be null");
70 throw new MalformedCookieException("Cookie version may not be negative");
  /external/guava/src/com/google/common/util/concurrent/
AbstractCheckedFuture.java 64 throw mapException(e);
66 throw mapException(e);
68 throw mapException(e);
81 throw mapException(e);
83 throw mapException(e);
85 throw mapException(e);
  /frameworks/base/core/java/android/app/
AliasActivity.java 63 throw new RuntimeException("Alias requires a meta-data field "
69 throw new RuntimeException(
77 throw new RuntimeException("Error parsing alias", e);
79 throw new RuntimeException("Error parsing alias", e);
81 throw new RuntimeException("Error parsing alias", e);
100 throw new RuntimeException(
  /frameworks/base/core/java/android/speech/srec/
MicrophoneInputStream.java 48 if (mAudioRecord == 0) throw new IOException("AudioRecord constructor failed - busy?");
52 throw new IOException("AudioRecord start failed: " + status);
58 if (mAudioRecord == 0) throw new IllegalStateException("not open");
65 if (mAudioRecord == 0) throw new IllegalStateException("not open");
71 if (mAudioRecord == 0) throw new IllegalStateException("not open");
98 throw new IOException("someone forgot to close MicrophoneInputStream");
  /frameworks/base/graphics/java/android/renderscript/
Program.java 53 throw new IllegalArgumentException("Slot ID out of range.");
63 throw new IllegalArgumentException("Slot ID out of range.");
101 throw new IllegalArgumentException("Max input count exceeded.");
109 throw new IllegalArgumentException("Max output count exceeded.");
117 throw new IllegalArgumentException("Max input count exceeded.");
126 throw new IllegalArgumentException("Max texture count exceeded.");
  /packages/apps/Camera/src/com/android/camera/
PreferenceInflater.java 67 throw new InflateException("Error inflating class " + name, e);
69 throw new InflateException("No such class: " + name, e);
71 throw new InflateException("While create instance of" + name, e);
99 throw new InflateException("No root element found");
103 throw new InflateException(e);
105 throw new InflateException(parser.getPositionDescription(), e);
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
CharBufferTest.java 220 fail("Should throw Exception"); //$NON-NLS-1$
238 fail("Should throw Exception"); //$NON-NLS-1$
255 fail("Should throw Exception"); //$NON-NLS-1$
406 fail("Should throw Exception"); //$NON-NLS-1$
435 fail("Should throw Exception"); //$NON-NLS-1$
442 fail("Should throw Exception"); //$NON-NLS-1$
463 fail("Should throw Exception"); //$NON-NLS-1$
470 fail("Should throw Exception"); //$NON-NLS-1$
477 fail("Should throw Exception"); //$NON-NLS-1$
484 fail("Should throw Exception"); //$NON-NLS-1
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
PendingIntent_CanceledExceptionTest.java 50 throw canceledException;
58 throw canceledException;
66 throw canceledException;
  /cts/tests/tests/database/src/android/database/cts/
CursorIndexOutOfBoundsExceptionTest.java 50 throw new CursorIndexOutOfBoundsException(null);
56 throw new CursorIndexOutOfBoundsException(expected1);
63 throw new CursorIndexOutOfBoundsException(INDEX, SIZE);

Completed in 107 milliseconds

<<11121314151617181920>>