Class Simulator.DefaultExceptionHandler

  • All Implemented Interfaces:
    Thread.UncaughtExceptionHandler
    Enclosing class:
    Simulator

    public class Simulator.DefaultExceptionHandler
    extends Object
    implements Thread.UncaughtExceptionHandler
    Handler for catching exceptions thrown by any threads (owned either by topology or heron infrastructure). Will flush all attached log handler and close them. Attempt to flush all the connection. Terminate the JVM.