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