jmusic.jdi
Class ExceptionEventWrapper
java.lang.Object
jmusic.jdi.ExceptionEventWrapper
- All Implemented Interfaces:
- com.sun.jdi.event.Event, com.sun.jdi.event.ExceptionEvent, com.sun.jdi.event.LocatableEvent, com.sun.jdi.Locatable, com.sun.jdi.Mirror
public class ExceptionEventWrapper
- extends java.lang.Object
- implements com.sun.jdi.event.ExceptionEvent
- Author:
- reverend
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.jdi.Mirror |
toString |
ExceptionEventWrapper
public ExceptionEventWrapper(com.sun.jdi.event.ExceptionEvent event)
- Parameters:
event -
catchLocation
public com.sun.jdi.Location catchLocation()
- Specified by:
catchLocation in interface com.sun.jdi.event.ExceptionEvent
exception
public com.sun.jdi.ObjectReference exception()
- Specified by:
exception in interface com.sun.jdi.event.ExceptionEvent
thread
public com.sun.jdi.ThreadReference thread()
- Specified by:
thread in interface com.sun.jdi.event.LocatableEvent
request
public com.sun.jdi.request.EventRequest request()
- Specified by:
request in interface com.sun.jdi.event.Event
location
public com.sun.jdi.Location location()
- Specified by:
location in interface com.sun.jdi.Locatable
virtualMachine
public com.sun.jdi.VirtualMachine virtualMachine()
- Specified by:
virtualMachine in interface com.sun.jdi.Mirror