jp.co.scs.mbench
クラス BenchmarkTerminateException

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

public class BenchmarkTerminateException
extends java.lang.Exception

Exception class for terminating the benchmark

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

コンストラクタの概要
BenchmarkTerminateException()
          Creates the instance of this class
BenchmarkTerminateException(java.lang.String message)
          Creates the instance of this class with error message.
BenchmarkTerminateException(java.lang.String message, java.lang.Throwable cause)
          Creates the instance of this class with error message and nested exception.
BenchmarkTerminateException(java.lang.Throwable cause)
          Creates the instance of this class with nested exception
 
メソッドの概要
 
クラス 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
 

コンストラクタの詳細

BenchmarkTerminateException

public BenchmarkTerminateException()
Creates the instance of this class


BenchmarkTerminateException

public BenchmarkTerminateException(java.lang.String message)
Creates the instance of this class with error message.

パラメータ:
message - error message

BenchmarkTerminateException

public BenchmarkTerminateException(java.lang.String message,
                                   java.lang.Throwable cause)
Creates the instance of this class with error message and nested exception.

パラメータ:
message - error message
cause - nested exception

BenchmarkTerminateException

public BenchmarkTerminateException(java.lang.Throwable cause)
Creates the instance of this class with nested exception

パラメータ:
cause - nested exception