|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jp.co.scs.mbench.ThreadTerminateException
public class ThreadTerminateException
The exception for terminating the benchmark
| コンストラクタの概要 | |
|---|---|
ThreadTerminateException()
Creates a exception for terminating the benchmark instance. |
|
ThreadTerminateException(java.lang.String message)
Creates a exception for terminating the benchmark instance with message. |
|
ThreadTerminateException(java.lang.String message,
java.lang.Throwable cause)
Creates a exception for terminating the benchmark instance with message and cause. |
|
ThreadTerminateException(java.lang.Throwable cause)
Creates a exception for terminating the benchmark instance with cause. |
|
| メソッドの概要 |
|---|
| クラス java.lang.Throwable から継承されたメソッド |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ThreadTerminateException()
public ThreadTerminateException(java.lang.String message)
message - message
public ThreadTerminateException(java.lang.String message,
java.lang.Throwable cause)
message - messagecause - causepublic ThreadTerminateException(java.lang.Throwable cause)
cause - cause
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||