MainGUI.AlreadyInitializedException

public static class AlreadyInitializedException extends RuntimeException

Thrown if the GUI singleton is attempted to be initialized for a second time.

Constructors

AlreadyInitializedException

public AlreadyInitializedException(String message)
Parameters:
  • message – message of the exception.