Class ErrorController


  • public class ErrorController
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorController()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setCurrentStage​(javafx.stage.Stage s)  
      void setErrorText​(java.lang.String errMsg)  
      void setParentStage​(javafx.stage.Stage s)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorController

        public ErrorController()
    • Method Detail

      • setCurrentStage

        public void setCurrentStage​(javafx.stage.Stage s)
      • setParentStage

        public void setParentStage​(javafx.stage.Stage s)
      • setErrorText

        public void setErrorText​(java.lang.String errMsg)