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

/openjdk7/langtools/test/tools/javac/api/
H A DTestClientCodeWrapper.java158 if (cause instanceof UserError) {
236 throw new UserError(name);
279 throw new UserError(e);
289 static class UserError extends Error { class in class:TestClientCodeWrapper
291 UserError(String msg) { method in class:TestClientCodeWrapper.UserError
294 UserError(Throwable t) { method in class:TestClientCodeWrapper.UserError

Completed in 22 milliseconds