public class

SpecErrorEvent

extends SpecEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.sun.tools.example.debug.bdi.SpecEvent
       ↳ com.sun.tools.example.debug.bdi.SpecErrorEvent

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
SpecErrorEvent(EventRequestSpec eventRequestSpec, Exception reason)
Public Methods
Exception getReason()
[Expand]
Inherited Methods
From class com.sun.tools.example.debug.bdi.SpecEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public SpecErrorEvent (EventRequestSpec eventRequestSpec, Exception reason)

Public Methods

public Exception getReason ()