Class WorkerThreadTest.ExceptionJob

java.lang.Object
nl.tudelft.simulation.language.concurrent.WorkerThreadTest.ExceptionJob
All Implemented Interfaces:
Runnable
Enclosing class:
WorkerThreadTest

class WorkerThreadTest.ExceptionJob extends Object implements Runnable
The worker job that throws an exception.
  • Constructor Details

    • ExceptionJob

      ExceptionJob()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable