Package dev.roanh.gmark.exception
Interface GenerationException.GenerationRunnable
- Enclosing class:
- GenerationException
public static interface GenerationException.GenerationRunnable
Runnable interface that can throw exceptions.
-
Method Summary
-
Method Details
-
run
Executes this runnable.- Throws:
Exception
- When some exception occurs.
-