public class ClientUpdater
extends javafx.application.Application
Constructor and Description |
---|
ClientUpdater() |
Modifier and Type | Method and Description |
---|---|
static void |
attemptToSetupLogs()
tries to setup logs.
|
static void |
dropThreadsInLogs()
drop current threads in logs for debugging purposes
|
static void |
main(java.lang.String[] args) |
void |
start(javafx.stage.Stage primaryStage) |
static void |
treatInLogs(java.lang.Throwable e) |
public static void attemptToSetupLogs()
public static void treatInLogs(java.lang.Throwable e)
e
- put the exception in logspublic static void dropThreadsInLogs()
public static void main(java.lang.String[] args)
public void start(javafx.stage.Stage primaryStage) throws java.lang.Exception
start
in class javafx.application.Application
java.lang.Exception