| 构造器和说明 |
|---|
ExceptionStack() |
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
fillInStackTrace() |
ExceptionHandlerImpl |
getHandler(Class<? extends Exception> exceptionClass) |
ExceptionHandlerImpl |
getHandler(Exception exception) |
static ExceptionStack |
getInstance() |
void |
map(Class<? extends Exception> exceptionClass,
ExceptionHandlerImpl handler) |
public static ExceptionStack getInstance()
public void map(Class<? extends Exception> exceptionClass, ExceptionHandlerImpl handler)
public ExceptionHandlerImpl getHandler(Class<? extends Exception> exceptionClass)
public ExceptionHandlerImpl getHandler(Exception exception)
public Throwable fillInStackTrace()
Copyright © 2015. All rights reserved.