public class ExceptionUtils extends Object
| 构造器和说明 |
|---|
ExceptionUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,P extends org.reactivestreams.Publisher<T>> |
translation(FeatureSupportedMetadata metadata) |
static Throwable |
translation(FeatureSupportedMetadata metadata,
Throwable e) |
static <T> T |
translation(java.util.function.Supplier<T> supplier,
FeatureSupportedMetadata metadata) |
public static Throwable translation(FeatureSupportedMetadata metadata, Throwable e)
public static <T> T translation(java.util.function.Supplier<T> supplier, FeatureSupportedMetadata metadata)
public static <T,P extends org.reactivestreams.Publisher<T>> java.util.function.Function<P,P> translation(FeatureSupportedMetadata metadata)
Copyright © 2025. All rights reserved.