Interface GenerationException.GenerationRunnable

Enclosing class:
GenerationException

public static interface GenerationException.GenerationRunnable
Runnable interface that can throw exceptions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Executes this runnable.
  • Method Details

    • run

      void run() throws Exception
      Executes this runnable.
      Throws:
      Exception - When some exception occurs.