OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotSerializableException
(Results
1 - 25
of
28
) sorted by null
1
2
/libcore/luni/src/main/java/java/io/
NotSerializableException.java
30
public class
NotSerializableException
extends ObjectStreamException {
35
* Constructs a new {@code
NotSerializableException
} with its stack trace
38
public
NotSerializableException
() {
42
* Constructs a new {@link
NotSerializableException
} with its stack trace
48
public
NotSerializableException
(String detailMessage) {
ObjectOutputStream.java
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
NotSerializableExceptionTest.java
20
import java.io.
NotSerializableException
;
27
* @tests java.io.
NotSerializableException
#
NotSerializableException
()
30
NotSerializableException
nse = new
NotSerializableException
();
35
* @tests java.io.
NotSerializableException
#
NotSerializableException
(java.lang.String)
39
NotSerializableException
nse = new
NotSerializableException
(message);
SerializationStressTest1.java
20
import java.io.
NotSerializableException
;
655
} catch (
NotSerializableException
ns) {
663
"Failed to throw
NotSerializableException
when serializing "
[
all
...]
ObjectOutputStreamTest.java
28
import java.io.
NotSerializableException
;
920
fail("Expected
NotSerializableException
");
921
} catch (
NotSerializableException
e) {
[
all
...]
/libcore/luni/src/main/java/java/util/
InvalidPropertiesFormatException.java
21
import java.io.
NotSerializableException
;
32
* {@code
NotSerializableException
}s.
61
throws
NotSerializableException
{
62
throw new
NotSerializableException
();
66
throws
NotSerializableException
{
67
throw new
NotSerializableException
();
/libcore/luni/src/test/java/tests/api/java/util/
InvalidPropertiesFormatExceptionTest.java
18
import java.io.
NotSerializableException
;
34
} catch (
NotSerializableException
e) {
/libcore/luni/src/main/java/java/security/
KeyRep.java
21
import java.io.
NotSerializableException
;
111
throw new
NotSerializableException
("Could not create SecretKeySpec: " + e);
114
throw new
NotSerializableException
("unrecognized type/format combination: " + type + "/" + format);
121
throw new
NotSerializableException
("Could not resolve key: " + e);
124
throw new
NotSerializableException
("Could not resolve key: " + e);
127
throw new
NotSerializableException
("unrecognized type/format combination: " + type + "/" + format);
134
throw new
NotSerializableException
("Could not resolve key: " + e);
137
throw new
NotSerializableException
("Could not resolve key: " + e);
140
throw new
NotSerializableException
("unrecognized type/format combination: " + type + "/" + format);
142
throw new
NotSerializableException
("unrecognized key type: " + type)
[
all
...]
/libcore/luni/src/main/java/java/util/prefs/
NodeChangeEvent.java
20
import java.io.
NotSerializableException
;
32
* so the serialization methods do nothing but throw a {@code
NotSerializableException
}.
80
* This method always throws a <code>
NotSerializableException
</code>,
84
throw new
NotSerializableException
();
88
* This method always throws a <code>
NotSerializableException
</code>,
92
throw new
NotSerializableException
();
PreferenceChangeEvent.java
20
import java.io.
NotSerializableException
;
32
* so the serialization methods do nothing but throw a {@code
NotSerializableException
}.
98
* This method always throws a <code>
NotSerializableException
</code>,
102
throw new
NotSerializableException
();
106
* This method always throws a <code>
NotSerializableException
</code>,
110
throw new
NotSerializableException
();
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyRepTest.java
25
import java.io.
NotSerializableException
;
97
fail("
NotSerializableException
has not been thrown (no format)");
98
} catch (
NotSerializableException
ok) {
105
fail("
NotSerializableException
has not been thrown (unacceptable format)");
106
} catch (
NotSerializableException
ok) {
113
fail("
NotSerializableException
has not been thrown (empty key)");
114
} catch (
NotSerializableException
ok) {
124
fail("
NotSerializableException
has not been thrown (no format)");
125
} catch (
NotSerializableException
ok) {
132
fail("
NotSerializableException
has not been thrown (unacceptable format)")
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
InvalidPropertiesFormatExceptionTest.java
18
import java.io.
NotSerializableException
;
34
} catch (
NotSerializableException
e) {
/libcore/luni/src/test/java/libcore/java/lang/annotation/
AnnotationTypeMismatchExceptionTest.java
20
import java.io.
NotSerializableException
;
43
} catch (
NotSerializableException
expected) {
/libcore/luni/src/main/java/java/security/cert/
CertPath.java
21
import java.io.
NotSerializableException
;
178
throw new
NotSerializableException
("Could not create serialization object: " + e);
228
throw new
NotSerializableException
("Could not resolve cert path: " + t);
Certificate.java
21
import java.io.
NotSerializableException
;
199
throw new
NotSerializableException
("Could not create serialization object: " + e);
249
throw new
NotSerializableException
("Could not resolve certificate: " + t);
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
NodeChangeEventTest.java
19
import java.io.
NotSerializableException
;
61
fail("No expected
NotSerializableException
");
62
} catch (
NotSerializableException
e) {
PreferenceChangeEventTest.java
19
import java.io.
NotSerializableException
;
82
fail("No expected
NotSerializableException
");
83
} catch (
NotSerializableException
e) {
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
AttributedCharacterIteratorAttributeTest.java
24
import java.io.
NotSerializableException
;
90
} catch (
NotSerializableException
e) {
/external/javassist/src/main/javassist/tools/rmi/
AppletServer.java
176
catch (
NotSerializableException
e) {
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/
SubjectTest.java
26
import java.io.
NotSerializableException
;
856
fail("No expected
NotSerializableException
");
857
} catch (
NotSerializableException
e) {
[
all
...]
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 256 milliseconds
1
2