Searched refs:AbstractMethodError (Results 1 – 9 of 9) sorted by relevance
20 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod0…21 # } catch (AbstractMethodError e) { /* do nothing */ }24 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod1…25 # } catch (AbstractMethodError e) { /* do nothing */ }28 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod2…29 # } catch (AbstractMethodError e) { /* do nothing */ }32 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod3…33 # } catch (AbstractMethodError e) { /* do nothing */ }36 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod4…37 # } catch (AbstractMethodError e) { /* do nothing */ }[all …]
34 } catch (AbstractMethodError e) { in callMain()50 } catch (AbstractMethodError e) { in callIface()64 } catch (AbstractMethodError e) { in callIface2()
41 } catch (AbstractMethodError e) { in callMain()57 } catch (AbstractMethodError e) { in callIface()71 } catch (AbstractMethodError e) { in callIface2()
32 } catch (AbstractMethodError ame) { in main()
33 } catch (AbstractMethodError ame) { in main()
31 if (!(e.getCause() instanceof AbstractMethodError)) { in main()
42 } catch (AbstractMethodError e) { in main()
212 AbstractMethodError = 2 variable in InterfaceCallResponse218 elif self == InterfaceCallResponse.AbstractMethodError:546 return InterfaceCallResponse.AbstractMethodError
76 new Object[]{0}, new AbstractMethodError(), null)); in Main()154 new AbstractMethodError(), null)); in Main()