public class TestMain.TestFailedException extends RuntimeException
公用建構函式摘要
TestMain.TestFailedException(String testName)
|
繼承方法摘要
來自 java.lang.Throwable 類別
synchronized final void |
addSuppressed(Throwable arg0)
|
synchronized Throwable |
fillInStackTrace()
|
synchronized Throwable |
getCause()
|
字串 |
getLocalizedMessage()
|
字串 |
getMessage()
|
StackTraceElement[] |
getStackTrace()
|
synchronized final Throwable[] |
getSuppressed()
|
synchronized 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 |
---|