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.
Profile: common
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public-init protected | cause | Throwable | ![]() | ![]() | subclass |
The cause of this exception. |
|
| public-init protected | message | String | ![]() | ![]() | subclass |
The message for this exception. |
Inherited Variables
Inherited Functions
org.jfxtras.lang.JFXObject
- public getJFXClass() : javafx.reflect.FXClassType

