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 <X extends Throwable>
voidThrowables. registerSurrogateFactory(Class<X> xClass, ThrowableSurrogateFactory<X> factory)Registers a new throwable surrogate factory for a given type.
-