Home | History | Annotate | Download | only in util-src

Lines Matching refs:thrown

217       return "No exception thrown for {iface_name}.super.call() on {tree}\n"
219 return "AbstractMethodError thrown for {iface_name}.super.call() on {tree}\n"
221 return "NoSuchMethodError thrown for {iface_name}.super.call() on {tree}\n"
223 return "IncompatibleClassChangeError thrown for {iface_name}.super.call() on {tree}\n"
272 # System.out.println("No exception thrown for {iface_name}.super.call() on {tree}");
274 # System.out.println("AbstractMethodError thrown for {iface_name}.super.call() on {tree}");
276 # System.out.println("NoSuchMethodError thrown for {iface_name}.super.call() on {tree}");
278 # System.out.println("IncompatibleClassChangeError thrown for {iface_name}.super.call() on {tree}");
280 # System.out.println("Unknown error thrown for {iface_name}.super.call() on {tree}");
287 const-string v1, "No exception thrown for {iface_name}.super.call() on {tree}"
296 const-string v1, "AbstractMethodError thrown for {iface_name}.super.call() on {tree}"
300 const-string v1, "NoSuchMethodError thrown for {iface_name}.super.call() on {tree}"
304 const-string v1, "IncompatibleClassChangeError thrown for {iface_name}.super.call() on {tree}"
309 const-string v1, "Unknown error thrown for {iface_name}.super.call() on {tree}"