Module Simula

Class RTS_RTObject.UncaughtExceptionHandler

java.lang.Object
simula.runtime.RTS_RTObject.UncaughtExceptionHandler
All Implemented Interfaces:
Thread.UncaughtExceptionHandler
Enclosing class:
RTS_RTObject

public class RTS_RTObject.UncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
UncaughtExceptionHandler
  • Field Details

    • obj

      public final RTS_RTObject obj
      Current RTObject in which the exception occured.
  • Constructor Details

    • UncaughtExceptionHandler

      public UncaughtExceptionHandler(RTS_RTObject obj)
      Create an UncaughtExceptionHandler.
      Parameters:
      obj - the Current RTObject in which the exception occured.
  • Method Details