public class TestMain.TestFailedException extends RuntimeException
公共构造函数摘要
|
TestMain.TestFailedException(String testName)
|
继承的方法摘要
继承自 java.lang.Throwable
| synchronized final void |
addSuppressed(Throwable arg0)
|
| 同步可抛出对象 |
fillInStackTrace()
|
| 同步可抛出对象 |
getCause()
|
| 字符串 |
getLocalizedMessage()
|
| 字符串 |
getMessage()
|
| StackTraceElement[] |
getStackTrace()
|
| 同步的最终 Throwable[] |
getSuppressed()
|
| 同步可抛出对象 |
initCause(Throwable arg0)
|
| void |
printStackTraceprintStackTrace()
|
| 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 |
|---|