Searched defs:AddressException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DAddressException.java27 public class AddressException extends RuntimeException { class in inherits:RuntimeException
30 public AddressException(long addr) { method in class:AddressException
34 public AddressException(String detail, long addr) { method in class:AddressException

Completed in 770 milliseconds