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

/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DNativeMethodException.java35 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 DThreadReferenceImpl.java571 throw new NativeMethodException();
H A DEventRequestManagerImpl.java814 throw new NativeMethodException("Cannot set breakpoints on native methods");

Completed in 34 milliseconds