public class DesignerErrorEvent extends EventObject
source
Constructor and Description |
---|
DesignerErrorEvent(DesignerModel source,
String summary,
Exception cause) |
Modifier and Type | Method and Description |
---|---|
Exception |
getCause() |
DesignerModel |
getSource() |
String |
getSummary() |
toString
public DesignerErrorEvent(DesignerModel source, String summary, Exception cause)
public DesignerModel getSource()
getSource
in class EventObject
public String getSummary()
public Exception getCause()