public class TestMain.TestFailedException extends RuntimeException
สรุปตัวสร้างสาธารณะ
TestMain.TestFailedException(String testName)
|
สรุปวิธีการที่รับช่วง
จากคลาส java.lang.Throwable
การทำให้เป็นโมฆะขั้นสุดท้ายที่ซิงค์แล้ว |
addSuppressed(Throwable arg0)
|
Synchronized Throwable |
fillInStackTrace()
|
Synchronized Throwable |
getCause()
|
สตริง |
getLocalizedMessage()
|
สตริง |
getMessage()
|
StackTraceElement[] |
getStackTrace()
|
synchronized final Throwable[] |
getSuppressed()
|
Synchronized Throwable |
initCause(Throwable arg0)
|
เป็นโมฆะ |
printStackTrace()
|
เป็นโมฆะ |
printStackTrace(PrintWriter arg0)
|
เป็นโมฆะ |
printStackTrace(PrintStream arg0)
|
เป็นโมฆะ |
setStackTrace(StackTraceElement[] arg0)
|
สตริง |
toString()
|
จากคลาส java.lang.Object
วัตถุ |
clone()
|
บูลีน |
equals(Object arg0)
|
เป็นโมฆะ |
finalize()
|
final Class<?> |
getClass()
|
int |
hashCode()
|
การทำให้เป็นโมฆะครั้งสุดท้าย |
notify()
|
การทำให้เป็นโมฆะครั้งสุดท้าย |
notifyAll()
|
สตริง |
toString()
|
การทำให้เป็นโมฆะครั้งสุดท้าย |
wait(long arg0, int arg1)
|
การทำให้เป็นโมฆะครั้งสุดท้าย |
wait(long arg0)
|
การทำให้เป็นโมฆะครั้งสุดท้าย |
wait()
|
Public Constructors
public TestMain.TestFailedException (String testName)
พารามิเตอร์
testName |
---|