public class ErrorEvent
extends javafx.event.Event
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<ErrorEvent> |
ANY |
static javafx.event.EventType<ErrorEvent> |
ERROR_OCCURRED |
source| Modifier | Constructor and Description |
|---|---|
protected |
ErrorEvent(javafx.event.EventType<ErrorEvent> eventType,
Object exceptionSource,
Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException() |
Object |
getExceptionSource() |
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedgetSource, toStringpublic static final javafx.event.EventType<ErrorEvent> ANY
public static final javafx.event.EventType<ErrorEvent> ERROR_OCCURRED
protected ErrorEvent(javafx.event.EventType<ErrorEvent> eventType, Object exceptionSource, Exception exception)
Copyright © 2016. All rights reserved.