Class FatalErrorController
java.lang.Object
it.polimi.ingsw.view.gui.controllers.GUIController
it.polimi.ingsw.view.gui.controllers.FatalErrorController
public class FatalErrorController extends GUIController
Java controller of the fatalError.fxml file
-
Field Summary
Fields inherited from class it.polimi.ingsw.view.gui.controllers.GUIController
client -
Constructor Summary
Constructors Constructor Description FatalErrorController() -
Method Summary
Modifier and Type Method Description voidsetErrorDescription(java.lang.String error)Set the error description that must be shown to the clientMethods inherited from class it.polimi.ingsw.view.gui.controllers.GUIController
setClientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FatalErrorController
public FatalErrorController()
-
-
Method Details
-
setErrorDescription
public void setErrorDescription(java.lang.String error)Set the error description that must be shown to the client- Parameters:
error- the description of the error
-