com.sun.squawk
Class Debugger.ExceptionEvent
java.lang.Object
   com.sun.squawk.Debugger.Event
com.sun.squawk.Debugger.Event
       com.sun.squawk.Debugger.LocationEvent
com.sun.squawk.Debugger.LocationEvent
           com.sun.squawk.Debugger.ExceptionEvent
com.sun.squawk.Debugger.ExceptionEvent
- Enclosing class:
- Debugger
- public static class Debugger.ExceptionEvent 
- extends Debugger.LocationEvent
 
 
| Fields inherited from class com.sun.squawk.Debugger.Event | 
| BREAKPOINT, CLASS_LOAD, CLASS_PREPARE, CLASS_UNLOAD, EXCEPTION, EXCEPTION_CATCH, FIELD_ACCESS, FIELD_MODIFICATION, FRAME_POP, kind, METHOD_ENTRY, METHOD_EXIT, object, SINGLE_STEP, THREAD_DEATH, THREAD_END, THREAD_START, USER_DEFINED, VM_DEATH, VM_DISCONNECTED, VM_INIT, VM_START | 
 
 
 
 
 
catchLocation
public final ExecutionPoint catchLocation
isCaught
public final boolean isCaught
Debugger.ExceptionEvent
public Debugger.ExceptionEvent(Throwable exception,
                               ExecutionPoint throwLocation,
                               ExecutionPoint catchLocation,
                               boolean isCaught)
"For updated information see the Java FRC site"