Home
last modified time | relevance | path

Searched refs:VMMismatchException (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DVMMismatchException.java37 public class VMMismatchException extends RuntimeException { class
39 public VMMismatchException() { in VMMismatchException() method in VMMismatchException
43 public VMMismatchException(String s) { in VMMismatchException() method in VMMismatchException
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DMirrorImpl.java68 throw new VMMismatchException(mirror.toString()); in validateMirror()
78 throw new VMMismatchException(mirror.toString()); in validateMirrorOrNull()
91 throw new VMMismatchException(mirror.toString()); in validateMirrors()
104 throw new VMMismatchException(mirror.toString()); in validateMirrorsOrNulls()