Home
last modified time | relevance | path

Searched defs:newIllegalArgumentException (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandleStatics.java143 /*non-public*/ static RuntimeException newIllegalArgumentException(String message) { in newIllegalArgumentException() method in MethodHandleStatics
146 /*non-public*/ static RuntimeException newIllegalArgumentException(String message, Object obj) { in newIllegalArgumentException() method in MethodHandleStatics
149 …/*non-public*/ static RuntimeException newIllegalArgumentException(String message, Object obj, Obj… in newIllegalArgumentException() method in MethodHandleStatics
/libcore/ojluni/src/main/java/sun/invoke/util/
DWrapper.java573 private static RuntimeException newIllegalArgumentException(String message, Object x) { in newIllegalArgumentException() method in Wrapper
576 private static RuntimeException newIllegalArgumentException(String message) { in newIllegalArgumentException() method in Wrapper