Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandleStatics.java128 /*non-public*/ static InternalError newInternalError(String message) { in newInternalError() method in MethodHandleStatics
131 /*non-public*/ static InternalError newInternalError(String message, Throwable cause) { in newInternalError() method in MethodHandleStatics
134 /*non-public*/ static InternalError newInternalError(Throwable cause) { in newInternalError() method in MethodHandleStatics