OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instantiationexception
(Results
1 - 25
of
297
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
InstantiationExceptionTest.java
25
* @tests java.lang.
InstantiationException
#
InstantiationException
()
28
InstantiationException
e = new
InstantiationException
();
35
* @tests java.lang.
InstantiationException
#
InstantiationException
(java.lang.String)
38
InstantiationException
e = new
InstantiationException
("fixture");
/libcore/crypto/src/main/java/org/conscrypt/
SSLServerSocketFactoryImpl.java
33
private IOException
instantiationException
;
43
instantiationException
=
45
instantiationException
.initCause(e);
62
if (
instantiationException
!= null) {
73
if (
instantiationException
!= null) {
84
if (
instantiationException
!= null) {
85
throw
instantiationException
;
96
if (
instantiationException
!= null) {
97
throw
instantiationException
;
109
if (
instantiationException
!= null)
[
all
...]
SSLSocketFactoryImpl.java
34
private final IOException
instantiationException
;
49
this.
instantiationException
= instantiationExceptionLocal;
57
this.
instantiationException
= null;
65
if (
instantiationException
!= null) {
76
if (
instantiationException
!= null) {
88
if (
instantiationException
!= null) {
89
throw
instantiationException
;
102
if (
instantiationException
!= null) {
103
throw
instantiationException
;
114
if (
instantiationException
!= null)
[
all
...]
OpenSSLSocketFactoryImpl.java
28
private final IOException
instantiationException
;
40
this.
instantiationException
= instantiationExceptionLocal;
45
this.
instantiationException
= null;
57
if (
instantiationException
!= null) {
58
throw
instantiationException
;
OpenSSLServerSocketFactoryImpl.java
27
private IOException
instantiationException
;
34
instantiationException
=
36
instantiationException
.initCause(e);
/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) {
/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/luni/src/test/java/tests/api/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/smack/src/org/jivesoftware/smackx/commands/
LocalCommandFactory.java
38
* @throws
InstantiationException
if creating an instance failed.
41
public LocalCommand getInstance() throws
InstantiationException
, IllegalAccessException;
/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) {
/packages/apps/Mms/src/com/android/mms/ui/
PresenterFactory.java
55
} catch (
InstantiationException
e) {
56
Log.e(TAG, "Unexpected
InstantiationException
", e);
/external/junit/src/org/junit/experimental/theories/internal/
Assignments.java
79
throws
InstantiationException
, IllegalAccessException {
85
throws
InstantiationException
, IllegalAccessException {
94
throws
InstantiationException
, IllegalAccessException {
/external/smack/src/org/jivesoftware/smack/compression/
JzlibInputOutputStream.java
56
IllegalArgumentException, IllegalAccessException, InvocationTargetException,
InstantiationException
{
67
IllegalArgumentException,
InstantiationException
, IllegalAccessException, InvocationTargetException {
/external/replicaisland/src/com/replica/replicaisland/
GameComponentPool.java
43
} catch (
InstantiationException
e) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNfcAdapter.java
30
} catch (
InstantiationException
e) {
/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
,
/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) {
/dalvik/tests/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) {
/external/jmonkeyengine/engine/src/core/com/jme3/export/
SavableClassUtil.java
161
* @throws
InstantiationException
thrown if the class does not have an empty constructor.
166
public static Savable fromName(String className) throws
InstantiationException
,
172
} catch (
InstantiationException
e) {
185
public static Savable fromName(String className, List<ClassLoader> loaders) throws
InstantiationException
,
196
} catch (
InstantiationException
e) {
/cts/tests/tests/os/src/android/os/cts/
WorkSourceTest.java
51
InstantiationException
, IllegalAccessException, InvocationTargetException {
57
InstantiationException
, IllegalAccessException, InvocationTargetException {
67
InstantiationException
, IllegalAccessException, InvocationTargetException {
77
InstantiationException
, IllegalAccessException, InvocationTargetException {
83
InstantiationException
, IllegalAccessException, InvocationTargetException {
90
InstantiationException
, IllegalAccessException, InvocationTargetException {
96
InstantiationException
, IllegalAccessException, InvocationTargetException {
102
InstantiationException
, IllegalAccessException, InvocationTargetException {
/external/junit/src/org/junit/experimental/theories/
Theories.java
108
throws
InstantiationException
, IllegalAccessException,
117
throws
InstantiationException
, IllegalAccessException,
/frameworks/base/test-runner/src/android/test/suitebuilder/
TestMethod.java
72
throws InvocationTargetException, IllegalAccessException,
InstantiationException
{
78
throws InvocationTargetException, IllegalAccessException,
InstantiationException
{
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
TestCaseCollector.java
113
} catch (
InstantiationException
e) {
114
mTestCases.add(error(clazz, "
InstantiationException
: could not instantiate " +
Completed in 969 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>