@ConsumerType
public static interface Fxml.ErrorHandler
Fxml instance implements this interface, any IOExceptions that happen while loading the FXML file will be caught and
propagated to the onError(IOException) method.| Modifier and Type | Method and Description |
|---|---|
void |
onError(IOException e)
Handle
IOException that happen while loading the FXML file. |
void onError(IOException e)
IOException that happen while loading the FXML file.e - the exception that needs to be handledCopyright © 2019. All rights reserved.