public class ExceptionHandler
extends java.lang.Object
| Type | Property and Description |
|---|---|
javafx.beans.property.ObjectProperty<java.lang.Throwable> |
exception |
| Constructor and Description |
|---|
ExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ObjectProperty<java.lang.Throwable> |
exceptionProperty() |
static ExceptionHandler |
getDefaultInstance() |
java.lang.Throwable |
getException()
Gets the value of the property exception.
|
static javafx.beans.value.ChangeListener<java.lang.Throwable> |
getLoggerListener() |
static boolean |
isLogException() |
<T> void |
observeWorker(javafx.concurrent.Worker<T> worker) |
void |
setException(java.lang.Throwable exception)
Sets the value of the property exception.
|
static void |
setExceptionLogging(boolean log) |
public javafx.beans.property.ObjectProperty<java.lang.Throwable> exceptionProperty
getException(),
setException(Throwable)public static ExceptionHandler getDefaultInstance()
public static javafx.beans.value.ChangeListener<java.lang.Throwable> getLoggerListener()
public static void setExceptionLogging(boolean log)
public static boolean isLogException()
public java.lang.Throwable getException()
public void setException(java.lang.Throwable exception)
public <T> void observeWorker(javafx.concurrent.Worker<T> worker)
public javafx.beans.property.ObjectProperty<java.lang.Throwable> exceptionProperty()
getException(),
setException(Throwable)