Home
last modified time | relevance | path

Searched refs:AbstractMethodError (Results 1 – 7 of 7) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DAbstractMethodErrorTest.java29 Error error = new AbstractMethodError(); in test_Constructor()
39 Error error = new AbstractMethodError(null); in test_ConstructorLjava_lang_String()
43 error = new AbstractMethodError("msg"); in test_ConstructorLjava_lang_String()
52 SerializationTest.verifySelf(new AbstractMethodError()); in testSerializationSelf()
59 SerializationTest.verifyGolden(this, new AbstractMethodError()); in testSerializationCompatibility()
/libcore/ojluni/src/main/java/java/lang/
DAbstractMethodError.java39 class AbstractMethodError extends IncompatibleClassChangeError { class
45 public AbstractMethodError() { in AbstractMethodError() method in AbstractMethodError
55 public AbstractMethodError(String s) { in AbstractMethodError() method in AbstractMethodError
/libcore/ojluni/src/main/java/java/util/concurrent/
DTimeUnit.java227 throw new AbstractMethodError(); in convert()
239 throw new AbstractMethodError(); in toNanos()
251 throw new AbstractMethodError(); in toMicros()
263 throw new AbstractMethodError(); in toMillis()
275 throw new AbstractMethodError(); in toSeconds()
288 throw new AbstractMethodError(); in toMinutes()
301 throw new AbstractMethodError(); in toHours()
312 throw new AbstractMethodError(); in toDays()
/libcore/ojluni/src/main/java/javax/net/ssl/
DHandshakeCompletedEvent.java184 } catch (AbstractMethodError e) { in getPeerPrincipal()
211 } catch (AbstractMethodError e) { in getLocalPrincipal()
DSSLContext.java374 } catch (AbstractMethodError e) { in createSSLEngine()
406 } catch (AbstractMethodError e) { in createSSLEngine()
/libcore/ojluni/src/main/java/java/lang/reflect/
DExecutable.java238 throw new AbstractMethodError(); in getParameterCount()
/libcore/
Dopenjdk_java_files.bp99 "ojluni/src/main/java/java/lang/AbstractMethodError.java",