jmusic.jdi
Class ExceptionEventWrapper

java.lang.Object
  extended by 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

Constructor Summary
ExceptionEventWrapper(com.sun.jdi.event.ExceptionEvent event)
           
 
Method Summary
 com.sun.jdi.Location catchLocation()
           
 com.sun.jdi.ObjectReference exception()
           
 com.sun.jdi.Location location()
           
 com.sun.jdi.request.EventRequest request()
           
 com.sun.jdi.ThreadReference thread()
           
 com.sun.jdi.VirtualMachine virtualMachine()
           
 
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
 

Constructor Detail

ExceptionEventWrapper

public ExceptionEventWrapper(com.sun.jdi.event.ExceptionEvent event)
Parameters:
event -
Method Detail

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