jp.co.scs.mbench
クラス BenchmarkAbortException

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

public class BenchmarkAbortException
extends java.lang.RuntimeException

Runtime Exception to abort the benchmark

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

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

コンストラクタの詳細

BenchmarkAbortException

public BenchmarkAbortException()
Creates the instance of this class.


BenchmarkAbortException

public BenchmarkAbortException(java.lang.String message)
Creates the instance of this class with an exception message.

パラメータ:
message - exception message

BenchmarkAbortException

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

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

BenchmarkAbortException

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

パラメータ:
cause - nested exception