Searched refs:AbstractMethodError (Results 1 – 7 of 7) sorted by relevance
29 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()
39 class AbstractMethodError extends IncompatibleClassChangeError { class45 public AbstractMethodError() { in AbstractMethodError() method in AbstractMethodError55 public AbstractMethodError(String s) { in AbstractMethodError() method in AbstractMethodError
227 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()
184 } catch (AbstractMethodError e) { in getPeerPrincipal()211 } catch (AbstractMethodError e) { in getLocalPrincipal()
374 } catch (AbstractMethodError e) { in createSSLEngine()406 } catch (AbstractMethodError e) { in createSSLEngine()
238 throw new AbstractMethodError(); in getParameterCount()
99 "ojluni/src/main/java/java/lang/AbstractMethodError.java",