Object StreamGlobalException
-
- All Implemented Interfaces:
public class StreamGlobalExceptionInstaller for the StreamGlobalExceptionHandler.
-
-
Field Summary
Fields Modifier and Type Field Description private final static BooleanisInstalledpublic final static StreamGlobalExceptionINSTANCE
-
Method Summary
Modifier and Type Method Description final static Unitinstall(StreamGlobalExceptionHandler exceptionHandler)Installs a new StreamGlobalExceptionHandler instance to be used. final static BooleanisInstalled()Represents if StreamGlobalExceptionHandler is already installed or not. -
-
Method Detail
-
install
final static Unit install(StreamGlobalExceptionHandler exceptionHandler)
Installs a new StreamGlobalExceptionHandler instance to be used.
-
isInstalled
final static Boolean isInstalled()
Represents if StreamGlobalExceptionHandler is already installed or not. Lets you know if the internal StreamGlobalExceptionHandler instance is being used as the uncaught exception handler when true or if it is using the default one if false.
-
-
-
-