|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jp.co.scs.mbench.BenchmarkTerminateException
public class BenchmarkTerminateException
Exception class for terminating the benchmark
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public BenchmarkTerminateException()
public BenchmarkTerminateException(java.lang.String message)
message
- error messagepublic BenchmarkTerminateException(java.lang.String message, java.lang.Throwable cause)
message
- error messagecause
- nested exceptionpublic BenchmarkTerminateException(java.lang.Throwable cause)
cause
- nested exception
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |