Package net.rgielen.fxweaver.core
Class FxLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.rgielen.fxweaver.core.FxLoadException
-
- All Implemented Interfaces:
Serializable
public class FxLoadException extends RuntimeException
FxLoadException wrapsIOExceptions thrown during the processing withFXMLLoader. It is a RuntimeException and helps with debugging the actual FXML location used.- Author:
- Rene Gielen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description FxLoadException()FxLoadException(String message)FxLoadException(String message, Throwable cause)protectedFxLoadException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)FxLoadException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-