public class ExceptionUtil extends Object
| コンストラクタと説明 |
|---|
ExceptionUtil() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
appendMessage(Throwable e,
Appendable buff) |
static void |
appendStackTrace(Throwable e,
Appendable buff,
int maxStackDepth,
int maxTotalStackDepth) |
static String |
getMessageWithStackTrace(Throwable e) |
static String |
getMessageWithStackTrace(Throwable e,
int maxStackDepth,
int maxTotalStackDepth) |
public static String getMessageWithStackTrace(Throwable e, int maxStackDepth, int maxTotalStackDepth)
public static void appendMessage(Throwable e, Appendable buff) throws IOException
IOExceptionpublic static void appendStackTrace(Throwable e, Appendable buff, int maxStackDepth, int maxTotalStackDepth) throws IOException
IOExceptionCopyright © 2016. All rights reserved.