Class FxLoadException

  • All Implemented Interfaces:
    Serializable

    public class FxLoadException
    extends RuntimeException
    FxLoadException wraps IOExceptions thrown during the processing with FXMLLoader. It is a RuntimeException and helps with debugging the actual FXML location used.
    Author:
    Rene Gielen
    See Also:
    Serialized Form
    • Constructor Detail

      • FxLoadException

        public FxLoadException()
      • FxLoadException

        public FxLoadException​(String message)
      • FxLoadException

        public FxLoadException​(String message,
                               Throwable cause)
      • FxLoadException

        public FxLoadException​(Throwable cause)
      • FxLoadException

        protected FxLoadException​(String message,
                                  Throwable cause,
                                  boolean enableSuppression,
                                  boolean writableStackTrace)