Overview
A wrapper exception for java.lang.RuntimeException that allows declarative construction of exceptions.
For example:
JFXException {
message: "Fatal error caused by IOException"
cause: e
}
You can also extend this class to create custom exception subclasses.
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public-init | cause | Throwable | ![]() | ![]() |
The cause of this exception. |
||
| public-init | message | String | ![]() | ![]() |
The message for this exception. |
Inherited Variables
Inherited Functions
org.jfxtras.lang.JFXObject
- public getJFXClass() : javafx.reflect.FXClassType

