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

/openjdk7/langtools/test/tools/javac/api/
H A DTestClientCodeWrapper.java234 static void throwUserExceptionIfNeeded(Method m, String name) { method in class:TestClientCodeWrapper
315 throwUserExceptionIfNeeded(fileManagerMethod, "getClassLoader");
321 throwUserExceptionIfNeeded(fileManagerMethod, "list");
327 throwUserExceptionIfNeeded(fileManagerMethod, "inferBinaryName");
333 throwUserExceptionIfNeeded(fileManagerMethod, "isSameFile");
339 throwUserExceptionIfNeeded(fileManagerMethod, "handleOption");
345 throwUserExceptionIfNeeded(fileManagerMethod, "hasLocation");
351 throwUserExceptionIfNeeded(fileManagerMethod, "getJavaFileForInput");
357 throwUserExceptionIfNeeded(fileManagerMethod, "getJavaFileForOutput");
363 throwUserExceptionIfNeeded(fileManagerMetho
[all...]

Completed in 36 milliseconds