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