package service
Type Members
- class VirtualMachineErrorTerminator extends AnyRef
Utility class to terminate the JVM in case of a virtual machine error.
Utility class to terminate the JVM in case of a virtual machine error. Classes wishing to use should initialize it early using
initialize
, as it might be unable to initialize properly after the virtual machine error has been thrown. SeecheckTerminating
for the typical usage pattern.