public final class ExceptionProcessHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static ExceptionProcessHelper |
DEFAULT |
| Constructor and Description |
|---|
ExceptionProcessHelper() |
| Modifier and Type | Method and Description |
|---|---|
IExceptionProcessor |
bind(Class<? extends Throwable> target) |
static StringBuilder |
exceptionToString(Throwable e) |
void |
registerProcessor(Class<? extends Throwable> target,
IExceptionProcessor processor) |
public static final ExceptionProcessHelper DEFAULT
public static StringBuilder exceptionToString(Throwable e)
public void registerProcessor(Class<? extends Throwable> target, IExceptionProcessor processor)
public IExceptionProcessor bind(Class<? extends Throwable> target)
Copyright © 2022. All rights reserved.