Uses of Interface
net.anwiba.commons.lang.exception.IThrowableToStringConverter
Packages that use IThrowableToStringConverter
-
Uses of IThrowableToStringConverter in net.anwiba.commons.lang.exception
Methods in net.anwiba.commons.lang.exception that return IThrowableToStringConverterModifier and TypeMethodDescriptionstatic <E extends Throwable>
IThrowableToStringConverterIThrowableToStringConverter.of(Class<E> throwableClass, Function<Throwable, String> toStringConverter) Method parameters in net.anwiba.commons.lang.exception with type arguments of type IThrowableToStringConverterModifier and TypeMethodDescriptionstatic ThrowableMessageExtractorThrowableMessageExtractor.of(Collection<IThrowableToStringConverter> toStringConverters, Collection<IAdditionalThrowableIterable> additionalThrowableIterables) Constructor parameters in net.anwiba.commons.lang.exception with type arguments of type IThrowableToStringConverterModifierConstructorDescriptionThrowableMessageExtractor(Function<Throwable, IThrowableToStringConverter> toStringConverterSelector, Collection<IAdditionalThrowableIterable> additionalThrowableIterables)