jp.co.scs.mbench
クラス ThreadTerminateException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 jp.co.scs.mbench.ThreadTerminateException
すべての実装されたインタフェース:
java.io.Serializable

public class ThreadTerminateException
extends java.lang.Exception

The exception for terminating the benchmark

作成者:
Masato Koga
関連項目:
直列化された形式

コンストラクタの概要
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
 

コンストラクタの詳細

ThreadTerminateException

public ThreadTerminateException()
Creates a exception for terminating the benchmark instance.


ThreadTerminateException

public ThreadTerminateException(java.lang.String message)
Creates a exception for terminating the benchmark instance with message.

パラメータ:
message - message

ThreadTerminateException

public ThreadTerminateException(java.lang.String message,
                                java.lang.Throwable cause)
Creates a exception for terminating the benchmark instance with message and cause.

パラメータ:
message - message
cause - cause

ThreadTerminateException

public ThreadTerminateException(java.lang.Throwable cause)
Creates a exception for terminating the benchmark instance with cause.

パラメータ:
cause - cause