Uses of Interface
net.anwiba.commons.lang.exception.IThrowableToStringConverter
-
Packages that use IThrowableToStringConverter Package Description net.anwiba.commons.lang.exception -
-
Uses of IThrowableToStringConverter in net.anwiba.commons.lang.exception
Fields in net.anwiba.commons.lang.exception with type parameters of type IThrowableToStringConverter Modifier and Type Field Description static java.util.List<IThrowableToStringConverter>Throwables. toStringConvertersMethods in net.anwiba.commons.lang.exception with parameters of type IThrowableToStringConverter Modifier and Type Method Description static voidThrowables. register(IThrowableToStringConverter toStringConverter)Method parameters in net.anwiba.commons.lang.exception with type arguments of type IThrowableToStringConverter Modifier and Type Method Description static java.lang.StringThrowables. toString(java.lang.Throwable throwable, java.util.List<IThrowableToStringConverter> toStringConverters, IConverter<java.lang.Throwable,java.lang.String,java.lang.RuntimeException> defaultToStringConverter)
-