Class VirtualMachineErrorHandler

java.lang.Object
io.camunda.zeebe.util.error.VirtualMachineErrorHandler
All Implemented Interfaces:
FatalErrorHandler, Thread.UncaughtExceptionHandler

public final class VirtualMachineErrorHandler extends Object implements FatalErrorHandler, Thread.UncaughtExceptionHandler
Handles all Throwables and exits for VirtualMachineError. It can also be used as a uncaught exception handler, for example as the default uncaught exception handler