Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DNativeMethodException.java36 public class NativeMethodException extends RuntimeException { class
39 public NativeMethodException() { in NativeMethodException() method in NativeMethodException
43 public NativeMethodException(String message) { in NativeMethodException() method in NativeMethodException
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DThreadReferenceImpl.java571 throw new NativeMethodException(); in forceEarlyReturn()
DEventRequestManagerImpl.java813 throw new NativeMethodException("Cannot set breakpoints on native methods"); in createBreakpointRequest()