Searched refs:throwConvertedInvocationException (Results 1 - 2 of 2) sorted by relevance

/openjdk9/langtools/src/jdk.jshell/share/classes/jdk/jshell/execution/
H A DDirectExecutionControl.java125 return throwConvertedInvocationException(ex);
127 return throwConvertedInvocationException(ex.getCause());
152 return throwConvertedInvocationException(ex);
290 protected String throwConvertedInvocationException(Throwable cause) throws RunException, InternalException { method in class:DirectExecutionControl
H A DRemoteExecutionControl.java126 protected String throwConvertedInvocationException(Throwable cause) throws RunException, InternalException { method in class:RemoteExecutionControl
131 return super.throwConvertedInvocationException(cause);

Completed in 99 milliseconds