Uses of Interface
com.aoapps.lang.ThrowableSurrogateFactory
-
Packages that use ThrowableSurrogateFactory Package Description com.aoapps.lang -
-
Uses of ThrowableSurrogateFactory in com.aoapps.lang
Methods in com.aoapps.lang with parameters of type ThrowableSurrogateFactory Modifier and Type Method Description static <Ex extends Throwable>
voidThrowables. registerSurrogateFactory(Class<Ex> exClass, ThrowableSurrogateFactory<Ex> factory)Registers a new throwable surrogate factory for a given type.
-