|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectwoolpack.utils.ThrowableMessageIterator
public class ThrowableMessageIterator
Throwable.getCause()
でループするメッセージのIterator
。
コンストラクタの概要 | |
---|---|
ThrowableMessageIterator(java.lang.Throwable t)
コンストラクタ。 |
メソッドの概要 | |
---|---|
boolean |
hasNext()
|
java.lang.String |
next()
|
void |
remove()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ThrowableMessageIterator(java.lang.Throwable t)
t
- エラーまたは例外の基点。
java.lang.NullPointerException
- 引数が null の場合。メソッドの詳細 |
---|
public boolean hasNext()
java.util.Iterator<java.lang.String>
内の hasNext
public java.lang.String next()
java.util.Iterator<java.lang.String>
内の next
public void remove()
java.util.Iterator<java.lang.String>
内の remove
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |