Searched refs:NativeMethodException (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/classes/com/sun/jdi/ | ||
H A D | NativeMethodException.java | 35 public class NativeMethodException extends RuntimeException { class in inherits:RuntimeException 37 public NativeMethodException() { method in class:NativeMethodException 41 public NativeMethodException(String message) { method in class:NativeMethodException |
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/ | ||
H A D | ThreadReferenceImpl.java | 571 throw new NativeMethodException(); |
H A D | EventRequestManagerImpl.java | 814 throw new NativeMethodException("Cannot set breakpoints on native methods"); |
Completed in 34 milliseconds