|
nanoJBlend | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
public class Throwable
Throwable クラスは全てのエラーおよび例外のスーパークラスです。
| コンストラクタの概要 | |
|---|---|
Throwable()
詳細メッセージの無い Throwable を生成します。 |
|
Throwable(String message)
指定された詳細メッセージを保持する Throwable を生成します。 |
|
| メソッドの概要 | |
|---|---|
String |
getMessage()
このオブジェクトの詳細メッセージを返します。 |
void |
printStackTrace()
この Throwable のクラス名、詳細メッセージ、およびスタックトレース情報を標準エラー出力( System.err )に出力します。 |
String |
toString()
この Throwable のクラス名、および詳細メッセージを表す String を返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait |
| コンストラクタの詳細 |
|---|
public Throwable()
Throwable を生成します。
public Throwable(String message)
Throwable を生成します。
message - 詳細メッセージ| メソッドの詳細 |
|---|
public String getMessage()
null 。public void printStackTrace()
Throwable のクラス名、詳細メッセージ、およびスタックトレース情報を標準エラー出力( System.err )に出力します。
public String toString()
Throwable のクラス名、および詳細メッセージを表す String を返します。
Object 内の toStringThrowable の文字列表現
|
nanoJBlend | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||