public class ExceptionHelper extends Object
| 构造器和说明 |
|---|
ExceptionHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ChainedThrowable |
getChainedThrowable(Throwable throwable)
��
Throwableת����ChainedThrowable. |
static ChainedThrowable |
getChainedThrowableCause(ChainedThrowable throwable)
ȡ�ñ�������쳣������, ���������
ChainedThrowable,
����ChainedThrowableDelegate��װ������. |
static void |
printStackTrace(ChainedThrowable throwable)
��ӡ����ջ��������.
|
static void |
printStackTrace(ChainedThrowable throwable,
PrintStream stream)
��ӡ����ջ��ָ�������.
|
static void |
printStackTrace(ChainedThrowable throwable,
PrintWriter writer)
��ӡ����ջ��ָ�������.
|
public static ChainedThrowable getChainedThrowable(Throwable throwable)
Throwableת����ChainedThrowable.
����Ѿ���ChainedThrowable��, ��ֱ�ӷ���,
��������װ��ChainedThrowableDelegate�з���.
throwable Throwable����
ChainedThrowable����public static ChainedThrowable getChainedThrowableCause(ChainedThrowable throwable)
ChainedThrowable,
����ChainedThrowableDelegate��װ������.
throwable �쳣
�쳣������public static void printStackTrace(ChainedThrowable throwable)
public static void printStackTrace(ChainedThrowable throwable, PrintStream stream)
public static void printStackTrace(ChainedThrowable throwable, PrintWriter writer)
Copyright © 2018. All rights reserved.