Searched refs:VMCannotBeModifiedException (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/classes/com/sun/jdi/ | ||
H A D | VMCannotBeModifiedException.java | 35 public class VMCannotBeModifiedException extends UnsupportedOperationException { class in inherits:UnsupportedOperationException 36 public VMCannotBeModifiedException() { method in class:VMCannotBeModifiedException 40 public VMCannotBeModifiedException(String s) { method in class:VMCannotBeModifiedException |
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/ | ||
H A D | TTY.java | 566 } catch (VMCannotBeModifiedException rovm) { |
Completed in 1846 milliseconds