Package hsafx
Class ErrorReporting
- java.lang.Object
-
- hsafx.ErrorReporting
-
public class ErrorReporting extends Object
A re-implementation of the FatalError class from the hsa console. Replaced constructor with a static method. Added code to make sure popup appears on top.- Version:
- 6.0, May 24, 2018
- Author:
- Sam Scott
-
-
Constructor Summary
Constructors Constructor Description ErrorReporting()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static void
fatalError(String message)
-
-
-
Method Detail
-
fatalError
static void fatalError(String message)
-
-