Searched defs:causeExceptionClass (Results 1 - 1 of 1) sorted by relevance

/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/spi/
H A DExecutionControl.java429 private final String causeExceptionClass; field in class:ExecutionControl.UserException
431 public UserException(String message, String causeExceptionClass, StackTraceElement[] stackElements) { argument
441 public String causeExceptionClass() { method in class:ExecutionControl.UserException

Completed in 103 milliseconds