-
- All Superinterfaces:
Runnable
public interface ThrowableSurrogateFactoryInitializer extends Runnable
RegistersThrowableSurrogateFactoryimplementations viaThrowables.registerSurrogateFactory(java.lang.Class, com.aoapps.lang.ThrowableSurrogateFactory), loaded byServiceLoader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()
-
-
-
Method Detail
-
run
void run()
- Specified by:
runin interfaceRunnable- See Also:
Throwables.registerSurrogateFactory(java.lang.Class, com.aoapps.lang.ThrowableSurrogateFactory)
-
-