public class TestMain.TestFailedException extends RuntimeException
パブリック コンストラクタの概要
|
TestMain.TestFailedException(String testName)
|
継承されたメソッドの概要
クラス java.lang.Throwable から
| synchronized final void |
addSuppressed(Throwable arg0)
|
| 同期された Throwable |
fillInStackTrace()
|
| 同期された Throwable |
getCause()
|
| 文字列 |
getLocalizedMessage()
|
| 文字列 |
getMessage()
|
| StackTraceElement[] |
getStackTrace()
|
| synchronized final Throwable[] |
getSuppressed()
|
| 同期された Throwable |
initCause(Throwable arg0)
|
| void |
printStackTrace()
|
| void |
printStackTrace(PrintWriter arg0)
|
| void |
printStackTrace(PrintStream arg0)
|
| void |
setStackTrace(StackTraceElement[] arg0)
|
| 文字列 |
toString()
|
クラス java.lang.Object から
| オブジェクト |
clone()
|
| ブール値 |
equals(Object arg0)
|
| void |
finalize()
|
| final Class<?> |
getClass()
|
| int |
hashCode()
|
| final void |
notify()
|
| final void |
notifyAll()
|
| 文字列 |
toString()
|
| final void |
wait(long arg0, int arg1)
|
| final void |
wait(long arg0)
|
| final void |
wait()
|
パブリック コンストラクタ
public TestMain.TestFailedException (String testName)
パラメータ
| testName |
|---|