HomeSort by relevance Sort by last modified time
    Searched refs:InstantiationException (Results 1 - 25 of 266) sorted by null

1 2 3 4 5 6 7 8 91011

  /libcore/luni/src/main/java/java/lang/
InstantiationException.java 24 public class InstantiationException extends ReflectiveOperationException {
28 * Constructs a new {@code InstantiationException} that includes the current
31 public InstantiationException() {
35 * Constructs a new {@code InstantiationException} with the current stack
41 public InstantiationException(String detailMessage) {
46 * Constructs a new {@code InstantiationException} with the current stack
52 InstantiationException(Class<?> clazz) {
  /external/smack/src/org/jivesoftware/smackx/commands/
LocalCommandFactory.java 38 * @throws InstantiationException if creating an instance failed.
41 public LocalCommand getInstance() throws InstantiationException, IllegalAccessException;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
InstantiationExceptionTest.java 25 * java.lang.InstantiationException#InstantiationException()
28 InstantiationException e = new InstantiationException();
35 * java.lang.InstantiationException#InstantiationException(java.lang.String)
38 InstantiationException e = new InstantiationException("fixture");
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserFactory.java 70 * @exception InstantiationException The SAX parser class was
81 InstantiationException,
109 * @exception InstantiationException The SAX parser class was
120 InstantiationException,
NewInstance.java 43 InstantiationException
  /frameworks/base/tools/layoutlib/bridge/src/android/app/
Fragment_Delegate.java 67 * @throws InstantiationException If there is a failure in instantiating
87 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname
90 } catch (java.lang.InstantiationException e) {
91 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname
95 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname
99 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
ParserFactoryTest.java 31 IllegalAccessException, InstantiationException {
70 fail("expected InstantiationException was not thrown");
71 } catch (InstantiationException e) {
95 IllegalAccessException, InstantiationException {
125 fail("expected InstantiationException was not thrown");
126 } catch (InstantiationException e) {
  /external/replicaisland/src/com/replica/replicaisland/
GameComponentPool.java 43 } catch (InstantiationException e) {
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
ReflectIntermediateClass.java 30 IllegalAccessException, InvocationTargetException, InstantiationException {
  /external/smack/src/org/jivesoftware/smack/compression/
JzlibInputOutputStream.java 56 IllegalArgumentException, IllegalAccessException, InvocationTargetException, InstantiationException {
67 IllegalArgumentException, InstantiationException, IllegalAccessException, InvocationTargetException {
  /art/test/068-classloader/src/
Main.java 83 } catch (InstantiationException ie) {
154 } catch (InstantiationException ie) {
201 } catch (InstantiationException ie) {
249 } catch (InstantiationException ie) {
295 } catch (InstantiationException ie) {
342 } catch (InstantiationException ie) {
403 } catch (InstantiationException ie) {
  /frameworks/base/core/java/com/android/internal/policy/
PolicyManager.java 43 } catch (InstantiationException ex) {
  /packages/apps/Launcher3/src/com/android/launcher3/
AppFilter.java 23 } catch (InstantiationException e) {
BuildInfo.java 23 } catch (InstantiationException e) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
ProtectionSpecificHeader.java 8 import java.lang.InstantiationException;
46 } catch (InstantiationException e) {
  /external/junit/src/org/junit/experimental/theories/internal/
Assignments.java 79 throws InstantiationException, IllegalAccessException {
85 throws InstantiationException, IllegalAccessException {
94 throws InstantiationException, IllegalAccessException {
  /frameworks/base/test-runner/src/android/test/
ProviderTestCase2.java 151 throws IllegalAccessException, InstantiationException {
218 * @throws InstantiationException
223 throws IllegalAccessException, InstantiationException {
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestMethod.java 72 throws InvocationTargetException, IllegalAccessException, InstantiationException {
78 throws InvocationTargetException, IllegalAccessException, InstantiationException {
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Test.java 87 public void run() throws IllegalAccessException, InstantiationException,
112 private void runChosenTests() throws IllegalAccessException, InstantiationException,
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectPool.java 138 catch (InstantiationException ex){}
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
AndroidDigestFactory.java 57 } catch (InstantiationException e) {
  /external/javassist/sample/evolve/
VersionManager.java 77 catch (InstantiationException e) {
  /external/protobuf/java/src/device/main/java/com/google/protobuf/nano/android/
ParcelingUtil.java 58 } catch (InstantiationException e) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNfcAdapter.java 30 } catch (InstantiationException e) {
  /frameworks/support/v4/tests/java/android/support/v4/widget/
ScrollerCompatTestBase.java 46 InstantiationException {

Completed in 1300 milliseconds

1 2 3 4 5 6 7 8 91011